If you think a check is flawed or have an idea for a check, please file an issue at https://github.com/fonttools/fontbakery/issues and remember to include a pointer to the repo and branch you're checking.
DEPRECATION WARNING
By late-December 2024, FontBakery version 0.13.0 introduced a new naming scheme for the check-IDs.
Fontbakery detected usage of old IDs and performed an automatic backwards-compatibility translation for you.
This automatic translation will be deprecated in the next major release.
Please start using the new check-IDs as documented at /Lib/fontbakery/legacy_checkids.py
The following legacy check-IDs were detected:
- com.google.fonts/check/ttx_roundtrip
- com.google.fonts/check/fontdata_namecheck
- com.google.fonts/check/outline_semi_vertical
- com.google.fonts/check/outline_short_segments
- com.google.fonts/check/version_bump
- com.google.fonts/check/outline_jaggy_segments
- com.google.fonts/check/outline_colinear_vectors
- com.google.fonts/check/outline_alignment_miss
Summary
| 💥 ERROR | ☠ FATAL | 🔥 FAIL | ⚠️ WARN | ⏩ SKIP | ℹ️ INFO | ✅ PASS |
|---|---|---|---|---|---|---|
| 2 | 0 | 3 | 15 | 53 | 8 | 157 |
| 1% | 0% | 1% | 6% | 22% | 3% | 66% |
Meaning of check results:
- 💥 An ERROR is something wrong with FontBakery itself, possibly a bug.
- ☠ A FATAL is an extremely severe issue that must be addressed immediately.
- 🔥 A FAIL is a problem with the font that must be fixed.
- ⚠️ A WARN is something that you should consider addressing.
- ℹ️ An INFO result simply prints something useful. Typically stats.
- ✅ A PASS means the font looks good for the given checking routine.
- ⏩ And a SKIP happens when the check does not apply to the given font.
If you get ERRORs, please help us improve the tool by reporting them at our issue tracker.
(but other kinds of bug reports and/or feature requests are also always welcome, of course!)
FontBakery version: 0.13.1
OpenType Specification Checks
🔥⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩Check glyphs do not have duplicate components which have the same x,y coordinates.
🔥 Jersey25Charted-Regular.ttf
-
🔥 FAIL
The following glyphs have duplicate components which have the same x,y coordinates: * {'glyph': 'ellipsis', 'component': 'vert_line', 'x': 240, 'y': 0} * {'glyph': 'ellipsis', 'component': 'vert_line', 'x': 480, 'y': 0} * {'glyph': 'quotedblbase', 'component': 'vert_line', 'x': 180, 'y': 0} * {'glyph': 'quotedblbase', 'component': 'vert_line', 'x': 210, 'y': 0} and {'glyph': 'quotedblbase', 'component': 'vert_line', 'x': 240, 'y': 0}
[code: found-duplicates]
Checking unitsPerEm value is reasonable.
⚠️ Jersey25Charted-Regular.ttf
-
⚠️ WARN
In order to optimize performance on some legacy renderers, the value of unitsPerEm at the head table should ideally be a power of 2 between 16 to 16384. And values of 1000 and 2000 are also common and may be just fine as well. But we got 1230 instead.
[code: suboptimal]
Universal Profile Checks
🔥⚠️⚠️⚠️⚠️⚠️⚠️⚠️⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩⏩ℹ️ℹ️Check if each glyph has the recommended amount of contours.
⚠️ Jersey25Charted-Regular.ttf
-
⚠️ WARN
This check inspects the glyph outlines and detects the total number of contours in each of them. The expected values are infered from the typical ammounts of contours observed in a large collection of reference font families. The divergences listed below may simply indicate a significantly different design on some of your glyphs. On the other hand, some of these may flag actual bugs in the font such as glyphs mapped to an incorrect codepoint. Please consider reviewing the design and codepoint assignment of these to make sure they are correct.
The following glyphs do not have the recommended number of contours:
[code: contour-count]- Glyph name: space Contours detected: 52 Expected: 0 - Glyph name: exclam Contours detected: 155 Expected: 2 - Glyph name: quotedbl Contours detected: 124 Expected: 2 - Glyph name: numbersign Contours detected: 376 Expected: 2 - Glyph name: dollar Contours detected: 377 Expected: 1, 3 or 5 - Glyph name: percent Contours detected: 332 Expected: 4 or 5 - Glyph name: ampersand Contours detected: 405 Expected: 1, 2 or 3 - Glyph name: quotesingle Contours detected: 84 Expected: 1 - Glyph name: parenleft Contours detected: 216 Expected: 1 - Glyph name: parenright Contours detected: 216 Expected: 1 - Glyph name: asterisk Contours detected: 128 Expected: 1 or 4 - Glyph name: plus Contours detected: 174 Expected: 1 - Glyph name: comma Contours detected: 85 Expected: 1 - Glyph name: hyphen Contours detected: 136 Expected: 1 - Glyph name: period Contours detected: 76 Expected: 1 - Glyph name: slash Contours detected: 207 Expected: 1 - Glyph name: zero Contours detected: 333 Expected: 2 or 3 - Glyph name: one Contours detected: 200 Expected: 1 - Glyph name: two Contours detected: 304 Expected: 1 - Glyph name: three Contours detected: 309 Expected: 1 - Glyph name: four Contours detected: 301 Expected: 1 or 2 - Glyph name: five Contours detected: 341 Expected: 1 - Glyph name: six Contours detected: 358 Expected: 1 or 2 - Glyph name: seven Contours detected: 248 Expected: 1 - Glyph name: eight Contours detected: 360 Expected: 3 - Glyph name: nine Contours detected: 358 Expected: 1 or 2 - Glyph name: colon Contours detected: 101 Expected: 2 - Glyph name: semicolon Contours detected: 110 Expected: 2 - Glyph name: less Contours detected: 198 Expected: 1 - Glyph name: equal Contours detected: 190 Expected: 2 - Glyph name: greater Contours detected: 198 Expected: 1 - Glyph name: question Contours detected: 221 Expected: 2 - Glyph name: at Contours detected: 455 Expected: 2 - Glyph name: A Contours detected: 342 Expected: 2 - Glyph name: B Contours detected: 386 Expected: 2 or 3 - Glyph name: C Contours detected: 310 Expected: 1 - Glyph name: D Contours detected: 358 Expected: 2 - Glyph name: E Contours detected: 342 Expected: 1 - Glyph name: F Contours detected: 285 Expected: 1 - Glyph name: G Contours detected: 360 Expected: 1 - Glyph name: H Contours detected: 348 Expected: 1 - Glyph name: I Contours detected: 176 Expected: 1 - Glyph name: J Contours detected: 242 Expected: 1 - Glyph name: K Contours detected: 326 Expected: 1 or 2 - Glyph name: L Contours detected: 224 Expected: 1 - Glyph name: M Contours detected: 418 Expected: 1 - Glyph name: N Contours detected: 412 Expected: 1 - Glyph name: O Contours detected: 355 Expected: 2 - Glyph name: P Contours detected: 318 Expected: 1 or 2 - Glyph name: Q Contours detected: 388 Expected: 2 - Glyph name: R Contours detected: 362 Expected: 1 or 2 - Glyph name: S Contours detected: 351 Expected: 1 - Glyph name: T Contours detected: 236 Expected: 1 - Glyph name: U Contours detected: 334 Expected: 1 - Glyph name: V Contours detected: 312 Expected: 1 - Glyph name: W Contours detected: 460 Expected: 1 or 2 - Glyph name: X Contours detected: 328 Expected: 1 - Glyph name: Y Contours detected: 284 Expected: 1 - Glyph name: Z Contours detected: 334 Expected: 1 - Glyph name: bracketleft Contours detected: 229 Expected: 1 - Glyph name: backslash Contours detected: 207 Expected: 1 - Glyph name: bracketright Contours detected: 229 Expected: 1 - Glyph name: asciicircum Contours detected: 168 Expected: 1 - Glyph name: underscore Contours detected: 142 Expected: 1 - Glyph name: grave Contours detected: 74 Expected: 1 - Glyph name: a Contours detected: 280 Expected: 2 - Glyph name: b Contours detected: 315 Expected: 2 - Glyph name: c Contours detected: 245 Expected: 1 - Glyph name: d Contours detected: 315 Expected: 2 - Glyph name: e Contours detected: 278 Expected: 2 - Glyph name: f Contours detected: 214 Expected: 1 - Glyph name: g Contours detected: 345 Expected: 2 or 3 - Glyph name: h Contours detected: 298 Expected: 1 - Glyph name: i Contours detected: 162 Expected: 2 - Glyph name: j Contours detected: 198 Expected: 2 - Glyph name: k Contours detected: 290 Expected: 1 or 2 - Glyph name: l Contours detected: 176 Expected: 1 - Glyph name: m Contours detected: 376 Expected: 1 - Glyph name: n Contours detected: 268 Expected: 1 - Glyph name: o Contours detected: 270 Expected: 2 - Glyph name: p Contours detected: 315 Expected: 2 - Glyph name: q Contours detected: 315 Expected: 2 - Glyph name: r Contours detected: 189 Expected: 1 - Glyph name: s Contours detected: 259 Expected: 1 - Glyph name: t Contours detected: 197 Expected: 1 - Glyph name: u Contours detected: 268 Expected: 1 - Glyph name: v Contours detected: 246 Expected: 1 - Glyph name: w Contours detected: 360 Expected: 1 - Glyph name: x Contours detected: 262 Expected: 1 - Glyph name: y Contours detected: 278 Expected: 1 - Glyph name: z Contours detected: 256 Expected: 1 - Glyph name: braceleft Contours detected: 193 Expected: 1 - Glyph name: bar Contours detected: 203 Expected: 1 - Glyph name: braceright Contours detected: 193 Expected: 1 - Glyph name: asciitilde Contours detected: 205 Expected: 1 - Glyph name: uni00A0 Contours detected: 52 Expected: 0 - Glyph name: exclamdown Contours detected: 155 Expected: 2 - Glyph name: cent Contours detected: 270 Expected: 1 or 2 - Glyph name: sterling Contours detected: 329 Expected: 1 or 2 - Glyph name: yen Contours detected: 322 Expected: 1 or 2 - Glyph name: section Contours detected: 356 Expected: 2 - Glyph name: dieresis Contours detected: 78 Expected: 2 - Glyph name: copyright Contours detected: 449 Expected: 3 - Glyph name: ordfeminine Contours detected: 280 Expected: 2 or 3 - Glyph name: guillemotleft Contours detected: 188 Expected: 2 - Glyph name: registered Contours detected: 258 Expected: 3 or 4 - Glyph name: macron Contours detected: 102 Expected: 1 - Glyph name: degree Contours detected: 115 Expected: 2 - Glyph name: acute Contours detected: 74 Expected: 1 - Glyph name: paragraph Contours detected: 318 Expected: 1, 2 or 3 - Glyph name: periodcentered Contours detected: 78 Expected: 1 - Glyph name: cedilla Contours detected: 83 Expected: 1 - Glyph name: ordmasculine Contours detected: 270 Expected: 2 or 3 - Glyph name: guillemotright Contours detected: 188 Expected: 2 - Glyph name: questiondown Contours detected: 221 Expected: 2 - Glyph name: Agrave Contours detected: 366 Expected: 3 - Glyph name: Aacute Contours detected: 366 Expected: 3 - Glyph name: Acircumflex Contours detected: 371 Expected: 3 - Glyph name: Atilde Contours detected: 400 Expected: 3 - Glyph name: Adieresis Contours detected: 366 Expected: 4 - Glyph name: Aring Contours detected: 370 Expected: 3 or 4 - Glyph name: AE Contours detected: 494 Expected: 2 - Glyph name: Ccedilla Contours detected: 343 Expected: 1 or 2 - Glyph name: Egrave Contours detected: 366 Expected: 2 - Glyph name: Eacute Contours detected: 366 Expected: 2 - Glyph name: Ecircumflex Contours detected: 371 Expected: 2 - Glyph name: Edieresis Contours detected: 366 Expected: 3 - Glyph name: Igrave Contours detected: 200 Expected: 2 - Glyph name: Iacute Contours detected: 200 Expected: 2 - Glyph name: Icircumflex Contours detected: 205 Expected: 2 - Glyph name: Idieresis Contours detected: 200 Expected: 3 - Glyph name: Eth Contours detected: 388 Expected: 2 - Glyph name: Ntilde Contours detected: 470 Expected: 2 - Glyph name: Ograve Contours detected: 379 Expected: 3 - Glyph name: Oacute Contours detected: 379 Expected: 3 - Glyph name: Ocircumflex Contours detected: 384 Expected: 3 - Glyph name: Otilde Contours detected: 413 Expected: 3 - Glyph name: Odieresis Contours detected: 379 Expected: 4 - Glyph name: multiply Contours detected: 172 Expected: 1 - Glyph name: Oslash Contours detected: 418 Expected: 2 or 3 - Glyph name: Ugrave Contours detected: 358 Expected: 2 - Glyph name: Uacute Contours detected: 358 Expected: 2 - Glyph name: Ucircumflex Contours detected: 363 Expected: 2 - Glyph name: Udieresis Contours detected: 358 Expected: 3 - Glyph name: Yacute Contours detected: 308 Expected: 2 - Glyph name: Thorn Contours detected: 308 Expected: 1 or 2 - Glyph name: germandbls Contours detected: 372 Expected: 1 - Glyph name: agrave Contours detected: 304 Expected: 3 - Glyph name: aacute Contours detected: 304 Expected: 3 - Glyph name: acircumflex Contours detected: 309 Expected: 3 - Glyph name: atilde Contours detected: 338 Expected: 3 - Glyph name: adieresis Contours detected: 304 Expected: 4 - Glyph name: aring Contours detected: 308 Expected: 4 - Glyph name: ae Contours detected: 432 Expected: 3 - Glyph name: ccedilla Contours detected: 278 Expected: 1 or 2 - Glyph name: egrave Contours detected: 302 Expected: 3 - Glyph name: eacute Contours detected: 302 Expected: 3 - Glyph name: ecircumflex Contours detected: 307 Expected: 3 - Glyph name: edieresis Contours detected: 302 Expected: 4 - Glyph name: igrave Contours detected: 165 Expected: 2 - Glyph name: iacute Contours detected: 165 Expected: 2 - Glyph name: icircumflex Contours detected: 170 Expected: 2 - Glyph name: idieresis Contours detected: 165 Expected: 3 - Glyph name: eth Contours detected: 308 Expected: 2 - Glyph name: ntilde Contours detected: 326 Expected: 2 - Glyph name: ograve Contours detected: 294 Expected: 3 - Glyph name: oacute Contours detected: 294 Expected: 3 - Glyph name: ocircumflex Contours detected: 299 Expected: 3 - Glyph name: otilde Contours detected: 328 Expected: 3 - Glyph name: odieresis Contours detected: 294 Expected: 4 - Glyph name: divide Contours detected: 173 Expected: 3 - Glyph name: oslash Contours detected: 326 Expected: 3 - Glyph name: ugrave Contours detected: 292 Expected: 2 - Glyph name: uacute Contours detected: 292 Expected: 2 - Glyph name: ucircumflex Contours detected: 297 Expected: 2 - Glyph name: udieresis Contours detected: 292 Expected: 3 - Glyph name: yacute Contours detected: 302 Expected: 2 - Glyph name: thorn Contours detected: 335 Expected: 2 - Glyph name: ydieresis Contours detected: 302 Expected: 3 - Glyph name: Amacron Contours detected: 382 Expected: 3 - Glyph name: amacron Contours detected: 328 Expected: 3 - Glyph name: Abreve Contours detected: 378 Expected: 3 - Glyph name: abreve Contours detected: 316 Expected: 3 - Glyph name: Aogonek Contours detected: 371 Expected: 2 or 3 - Glyph name: aogonek Contours detected: 309 Expected: 2 - Glyph name: Cacute Contours detected: 334 Expected: 2 - Glyph name: cacute Contours detected: 269 Expected: 2 - Glyph name: Cdotaccent Contours detected: 331 Expected: 2 - Glyph name: cdotaccent Contours detected: 266 Expected: 2 - Glyph name: Ccaron Contours detected: 339 Expected: 2 - Glyph name: ccaron Contours detected: 277 Expected: 2 - Glyph name: Dcaron Contours detected: 387 Expected: 3 - Glyph name: dcaron Contours detected: 337 Expected: 3 - Glyph name: Dcroat Contours detected: 388 Expected: 2 - Glyph name: dcroat Contours detected: 331 Expected: 2 - Glyph name: Emacron Contours detected: 382 Expected: 2 - Glyph name: emacron Contours detected: 326 Expected: 3 - Glyph name: Edotaccent Contours detected: 363 Expected: 2 - Glyph name: edotaccent Contours detected: 299 Expected: 3 - Glyph name: Eogonek Contours detected: 371 Expected: 1 or 2 - Glyph name: eogonek Contours detected: 307 Expected: 2 - Glyph name: Ecaron Contours detected: 371 Expected: 2 - Glyph name: ecaron Contours detected: 310 Expected: 3 - Glyph name: Gbreve Contours detected: 396 Expected: 2 - Glyph name: gbreve Contours detected: 381 Expected: 3 or 4 - Glyph name: Gdotaccent Contours detected: 381 Expected: 2 - Glyph name: gdotaccent Contours detected: 366 Expected: 3 or 4 - Glyph name: uni0122 Contours detected: 378 Expected: 2 - Glyph name: uni0123 Contours detected: 363 Expected: 3 or 4 - Glyph name: Hbar Contours detected: 404 Expected: 2 - Glyph name: hbar Contours detected: 313 Expected: 1 - Glyph name: Imacron Contours detected: 216 Expected: 2 - Glyph name: imacron Contours detected: 177 Expected: 2 - Glyph name: Iogonek Contours detected: 205 Expected: 1 or 2 - Glyph name: iogonek Contours detected: 191 Expected: 2 or 3 - Glyph name: Idotaccent Contours detected: 197 Expected: 2 - Glyph name: dotlessi Contours detected: 141 Expected: 1 - Glyph name: IJ Contours detected: 418 Expected: 1 or 2 - Glyph name: ij Contours detected: 360 Expected: 3 or 4 - Glyph name: uni0136 Contours detected: 344 Expected: 2 or 3 - Glyph name: uni0137 Contours detected: 308 Expected: 2 or 3 - Glyph name: Lacute Contours detected: 248 Expected: 2 - Glyph name: lacute Contours detected: 200 Expected: 2 - Glyph name: uni013B Contours detected: 242 Expected: 2 - Glyph name: uni013C Contours detected: 194 Expected: 2 - Glyph name: Lcaron Contours detected: 246 Expected: 2 - Glyph name: lcaron Contours detected: 198 Expected: 2 - Glyph name: Lslash Contours detected: 255 Expected: 1 - Glyph name: lslash Contours detected: 216 Expected: 1 - Glyph name: Nacute Contours detected: 436 Expected: 2 - Glyph name: nacute Contours detected: 292 Expected: 2 - Glyph name: uni0145 Contours detected: 430 Expected: 2 - Glyph name: uni0146 Contours detected: 286 Expected: 2 - Glyph name: Ncaron Contours detected: 441 Expected: 2 - Glyph name: ncaron Contours detected: 300 Expected: 2 - Glyph name: Eng Contours detected: 440 Expected: 1 - Glyph name: eng Contours detected: 289 Expected: 1 - Glyph name: Omacron Contours detected: 395 Expected: 3 - Glyph name: omacron Contours detected: 318 Expected: 3 - Glyph name: Ohungarumlaut Contours detected: 403 Expected: 4 - Glyph name: ohungarumlaut Contours detected: 318 Expected: 4 - Glyph name: OE Contours detected: 503 Expected: 2 - Glyph name: oe Contours detected: 428 Expected: 3 - Glyph name: Racute Contours detected: 386 Expected: 3 - Glyph name: racute Contours detected: 213 Expected: 2 - Glyph name: uni0156 Contours detected: 380 Expected: 3 - Glyph name: uni0157 Contours detected: 207 Expected: 2 - Glyph name: Rcaron Contours detected: 391 Expected: 3 - Glyph name: rcaron Contours detected: 221 Expected: 2 - Glyph name: Sacute Contours detected: 375 Expected: 2 - Glyph name: sacute Contours detected: 283 Expected: 2 - Glyph name: Scedilla Contours detected: 384 Expected: 1 or 2 - Glyph name: scedilla Contours detected: 292 Expected: 1 or 2 - Glyph name: Scaron Contours detected: 380 Expected: 2 - Glyph name: scaron Contours detected: 291 Expected: 2 - Glyph name: Tcaron Contours detected: 265 Expected: 2 - Glyph name: tcaron Contours detected: 219 Expected: 2 - Glyph name: Umacron Contours detected: 374 Expected: 2 - Glyph name: umacron Contours detected: 316 Expected: 2 - Glyph name: Ubreve Contours detected: 370 Expected: 2 - Glyph name: ubreve Contours detected: 304 Expected: 2 - Glyph name: Uring Contours detected: 362 Expected: 3 - Glyph name: uring Contours detected: 296 Expected: 3 - Glyph name: Uhungarumlaut Contours detected: 382 Expected: 3 - Glyph name: uhungarumlaut Contours detected: 316 Expected: 3 - Glyph name: Uogonek Contours detected: 363 Expected: 1 - Glyph name: uogonek Contours detected: 297 Expected: 1 - Glyph name: Wcircumflex Contours detected: 489 Expected: 2 - Glyph name: wcircumflex Contours detected: 389 Expected: 2 - Glyph name: Ycircumflex Contours detected: 313 Expected: 2 - Glyph name: ycircumflex Contours detected: 307 Expected: 2 - Glyph name: Ydieresis Contours detected: 308 Expected: 3 - Glyph name: Zacute Contours detected: 358 Expected: 2 - Glyph name: zacute Contours detected: 280 Expected: 2 - Glyph name: Zdotaccent Contours detected: 355 Expected: 2 - Glyph name: zdotaccent Contours detected: 277 Expected: 2 - Glyph name: Zcaron Contours detected: 363 Expected: 2 - Glyph name: zcaron Contours detected: 288 Expected: 2 - Glyph name: uni0218 Contours detected: 369 Expected: 2 - Glyph name: uni0219 Contours detected: 277 Expected: 2 - Glyph name: uni021A Contours detected: 254 Expected: 2 - Glyph name: uni021B Contours detected: 215 Expected: 2 - Glyph name: uni0237 Contours detected: 177 Expected: 1 - Glyph name: circumflex Contours detected: 83 Expected: 1 - Glyph name: caron Contours detected: 86 Expected: 1 - Glyph name: breve Contours detected: 90 Expected: 1 - Glyph name: dotaccent Contours detected: 70 Expected: 1 - Glyph name: ring Contours detected: 78 Expected: 2 - Glyph name: ogonek Contours detected: 79 Expected: 1 - Glyph name: tilde Contours detected: 114 Expected: 1 - Glyph name: hungarumlaut Contours detected: 105 Expected: 2 - Glyph name: gravecomb Contours detected: 24 Expected: 1 - Glyph name: acutecomb Contours detected: 24 Expected: 1 - Glyph name: uni0302 Contours detected: 29 Expected: 1 - Glyph name: tildecomb Contours detected: 58 Expected: 1 - Glyph name: uni0304 Contours detected: 48 Expected: 1 - Glyph name: uni0306 Contours detected: 36 Expected: 1 - Glyph name: uni0307 Contours detected: 21 Expected: 1 - Glyph name: uni0308 Contours detected: 24 Expected: 2 - Glyph name: uni030A Contours detected: 28 Expected: 2 - Glyph name: uni030B Contours detected: 48 Expected: 2 - Glyph name: uni030C Contours detected: 32 Expected: 1 - Glyph name: uni0312 Contours detected: 18 Expected: 1 - Glyph name: uni0326 Contours detected: 18 Expected: 1 - Glyph name: uni0327 Contours detected: 33 Expected: 1 - Glyph name: uni0328 Contours detected: 29 Expected: 1 - Glyph name: Wgrave Contours detected: 484 Expected: 2 - Glyph name: wgrave Contours detected: 384 Expected: 2 - Glyph name: Wacute Contours detected: 484 Expected: 2 - Glyph name: wacute Contours detected: 384 Expected: 2 - Glyph name: Wdieresis Contours detected: 484 Expected: 3 - Glyph name: wdieresis Contours detected: 384 Expected: 3 - Glyph name: uni1E9E Contours detected: 405 Expected: 1 - Glyph name: Ygrave Contours detected: 308 Expected: 2 - Glyph name: ygrave Contours detected: 302 Expected: 2 - Glyph name: uni200A Contours detected: 43 Expected: 0 - Glyph name: endash Contours detected: 142 Expected: 1 - Glyph name: emdash Contours detected: 184 Expected: 1 - Glyph name: quoteleft Contours detected: 85 Expected: 1 - Glyph name: quoteright Contours detected: 85 Expected: 1 - Glyph name: quotesinglbase Contours detected: 85 Expected: 1 - Glyph name: quotedblleft Contours detected: 126 Expected: 2 - Glyph name: quotedblright Contours detected: 126 Expected: 2 - Glyph name: quotedblbase Contours detected: 170 Expected: 2 - Glyph name: bullet Contours detected: 146 Expected: 1 - Glyph name: ellipsis Contours detected: 228 Expected: 3 - Glyph name: guilsinglleft Contours detected: 117 Expected: 1 - Glyph name: guilsinglright Contours detected: 117 Expected: 1 - Glyph name: Euro Contours detected: 350 Expected: 1 or 2 - Glyph name: trademark Contours detected: 654 Expected: 2 - Glyph name: minus Contours detected: 126 Expected: 1 - Glyph name: A Contours detected: 342 Expected: 2 - Glyph name: AE Contours detected: 494 Expected: 2 - Glyph name: Aacute Contours detected: 366 Expected: 3 - Glyph name: Abreve Contours detected: 378 Expected: 3 - Glyph name: Acircumflex Contours detected: 371 Expected: 3 - Glyph name: Adieresis Contours detected: 366 Expected: 4 - Glyph name: Agrave Contours detected: 366 Expected: 3 - Glyph name: Amacron Contours detected: 382 Expected: 3 - Glyph name: Aogonek Contours detected: 371 Expected: 2 or 3 - Glyph name: Aring Contours detected: 370 Expected: 3 or 4 - Glyph name: Atilde Contours detected: 400 Expected: 3 - Glyph name: B Contours detected: 386 Expected: 2 or 3 - Glyph name: C Contours detected: 310 Expected: 1 - Glyph name: Cacute Contours detected: 334 Expected: 2 - Glyph name: Ccaron Contours detected: 339 Expected: 2 - Glyph name: Ccedilla Contours detected: 343 Expected: 1 or 2 - Glyph name: Cdotaccent Contours detected: 331 Expected: 2 - Glyph name: D Contours detected: 358 Expected: 2 - Glyph name: Dcaron Contours detected: 387 Expected: 3 - Glyph name: Dcroat Contours detected: 388 Expected: 2 - Glyph name: E Contours detected: 342 Expected: 1 - Glyph name: Eacute Contours detected: 366 Expected: 2 - Glyph name: Ecaron Contours detected: 371 Expected: 2 - Glyph name: Ecircumflex Contours detected: 371 Expected: 2 - Glyph name: Edieresis Contours detected: 366 Expected: 3 - Glyph name: Edotaccent Contours detected: 363 Expected: 2 - Glyph name: Egrave Contours detected: 366 Expected: 2 - Glyph name: Emacron Contours detected: 382 Expected: 2 - Glyph name: Eng Contours detected: 440 Expected: 1 - Glyph name: Eogonek Contours detected: 371 Expected: 1 or 2 - Glyph name: Eth Contours detected: 388 Expected: 2 - Glyph name: Euro Contours detected: 350 Expected: 1 or 2 - Glyph name: F Contours detected: 285 Expected: 1 - Glyph name: G Contours detected: 360 Expected: 1 - Glyph name: Gbreve Contours detected: 396 Expected: 2 - Glyph name: Gdotaccent Contours detected: 381 Expected: 2 - Glyph name: H Contours detected: 348 Expected: 1 - Glyph name: Hbar Contours detected: 404 Expected: 2 - Glyph name: I Contours detected: 176 Expected: 1 - Glyph name: IJ Contours detected: 418 Expected: 1 or 2 - Glyph name: Iacute Contours detected: 200 Expected: 2 - Glyph name: Icircumflex Contours detected: 205 Expected: 2 - Glyph name: Idieresis Contours detected: 200 Expected: 3 - Glyph name: Idotaccent Contours detected: 197 Expected: 2 - Glyph name: Igrave Contours detected: 200 Expected: 2 - Glyph name: Imacron Contours detected: 216 Expected: 2 - Glyph name: Iogonek Contours detected: 205 Expected: 1 or 2 - Glyph name: J Contours detected: 242 Expected: 1 - Glyph name: K Contours detected: 326 Expected: 1 or 2 - Glyph name: L Contours detected: 224 Expected: 1 - Glyph name: Lacute Contours detected: 248 Expected: 2 - Glyph name: Lcaron Contours detected: 246 Expected: 2 - Glyph name: Lslash Contours detected: 255 Expected: 1 - Glyph name: M Contours detected: 418 Expected: 1 - Glyph name: N Contours detected: 412 Expected: 1 - Glyph name: Nacute Contours detected: 436 Expected: 2 - Glyph name: Ncaron Contours detected: 441 Expected: 2 - Glyph name: Ntilde Contours detected: 470 Expected: 2 - Glyph name: O Contours detected: 355 Expected: 2 - Glyph name: OE Contours detected: 503 Expected: 2 - Glyph name: Oacute Contours detected: 379 Expected: 3 - Glyph name: Ocircumflex Contours detected: 384 Expected: 3 - Glyph name: Odieresis Contours detected: 379 Expected: 4 - Glyph name: Ograve Contours detected: 379 Expected: 3 - Glyph name: Ohungarumlaut Contours detected: 403 Expected: 4 - Glyph name: Omacron Contours detected: 395 Expected: 3 - Glyph name: Oslash Contours detected: 418 Expected: 2 or 3 - Glyph name: Otilde Contours detected: 413 Expected: 3 - Glyph name: P Contours detected: 318 Expected: 1 or 2 - Glyph name: Q Contours detected: 388 Expected: 2 - Glyph name: R Contours detected: 362 Expected: 1 or 2 - Glyph name: Racute Contours detected: 386 Expected: 3 - Glyph name: Rcaron Contours detected: 391 Expected: 3 - Glyph name: S Contours detected: 351 Expected: 1 - Glyph name: Sacute Contours detected: 375 Expected: 2 - Glyph name: Scaron Contours detected: 380 Expected: 2 - Glyph name: T Contours detected: 236 Expected: 1 - Glyph name: Tcaron Contours detected: 265 Expected: 2 - Glyph name: Thorn Contours detected: 308 Expected: 1 or 2 - Glyph name: U Contours detected: 334 Expected: 1 - Glyph name: Uacute Contours detected: 358 Expected: 2 - Glyph name: Ubreve Contours detected: 370 Expected: 2 - Glyph name: Ucircumflex Contours detected: 363 Expected: 2 - Glyph name: Udieresis Contours detected: 358 Expected: 3 - Glyph name: Ugrave Contours detected: 358 Expected: 2 - Glyph name: Uhungarumlaut Contours detected: 382 Expected: 3 - Glyph name: Umacron Contours detected: 374 Expected: 2 - Glyph name: Uogonek Contours detected: 363 Expected: 1 - Glyph name: Uring Contours detected: 362 Expected: 3 - Glyph name: V Contours detected: 312 Expected: 1 - Glyph name: W Contours detected: 460 Expected: 1 or 2 - Glyph name: Wacute Contours detected: 484 Expected: 2 - Glyph name: Wcircumflex Contours detected: 489 Expected: 2 - Glyph name: Wdieresis Contours detected: 484 Expected: 3 - Glyph name: Wgrave Contours detected: 484 Expected: 2 - Glyph name: X Contours detected: 328 Expected: 1 - Glyph name: Y Contours detected: 284 Expected: 1 - Glyph name: Yacute Contours detected: 308 Expected: 2 - Glyph name: Ycircumflex Contours detected: 313 Expected: 2 - Glyph name: Ydieresis Contours detected: 308 Expected: 3 - Glyph name: Ygrave Contours detected: 308 Expected: 2 - Glyph name: Z Contours detected: 334 Expected: 1 - Glyph name: Zacute Contours detected: 358 Expected: 2 - Glyph name: Zcaron Contours detected: 363 Expected: 2 - Glyph name: Zdotaccent Contours detected: 355 Expected: 2 - Glyph name: a Contours detected: 280 Expected: 2 - Glyph name: aacute Contours detected: 304 Expected: 3 - Glyph name: abreve Contours detected: 316 Expected: 3 - Glyph name: acircumflex Contours detected: 309 Expected: 3 - Glyph name: acute Contours detected: 74 Expected: 1 - Glyph name: adieresis Contours detected: 304 Expected: 4 - Glyph name: ae Contours detected: 432 Expected: 3 - Glyph name: agrave Contours detected: 304 Expected: 3 - Glyph name: amacron Contours detected: 328 Expected: 3 - Glyph name: ampersand Contours detected: 405 Expected: 1, 2 or 3 - Glyph name: aogonek Contours detected: 309 Expected: 2 - Glyph name: aring Contours detected: 308 Expected: 4 - Glyph name: asciicircum Contours detected: 168 Expected: 1 - Glyph name: asciitilde Contours detected: 205 Expected: 1 - Glyph name: asterisk Contours detected: 128 Expected: 1 or 4 - Glyph name: at Contours detected: 455 Expected: 2 - Glyph name: atilde Contours detected: 338 Expected: 3 - Glyph name: b Contours detected: 315 Expected: 2 - Glyph name: backslash Contours detected: 207 Expected: 1 - Glyph name: bar Contours detected: 203 Expected: 1 - Glyph name: braceleft Contours detected: 193 Expected: 1 - Glyph name: braceright Contours detected: 193 Expected: 1 - Glyph name: bracketleft Contours detected: 229 Expected: 1 - Glyph name: bracketright Contours detected: 229 Expected: 1 - Glyph name: breve Contours detected: 90 Expected: 1 - Glyph name: bullet Contours detected: 146 Expected: 1 - Glyph name: c Contours detected: 245 Expected: 1 - Glyph name: cacute Contours detected: 269 Expected: 2 - Glyph name: caron Contours detected: 86 Expected: 1 - Glyph name: ccaron Contours detected: 277 Expected: 2 - Glyph name: ccedilla Contours detected: 278 Expected: 1 or 2 - Glyph name: cdotaccent Contours detected: 266 Expected: 2 - Glyph name: cedilla Contours detected: 83 Expected: 1 - Glyph name: cent Contours detected: 270 Expected: 1 or 2 - Glyph name: circumflex Contours detected: 83 Expected: 1 - Glyph name: colon Contours detected: 101 Expected: 2 - Glyph name: comma Contours detected: 85 Expected: 1 - Glyph name: copyright Contours detected: 449 Expected: 3 - Glyph name: d Contours detected: 315 Expected: 2 - Glyph name: dcaron Contours detected: 337 Expected: 3 - Glyph name: dcroat Contours detected: 331 Expected: 2 - Glyph name: degree Contours detected: 115 Expected: 2 - Glyph name: dieresis Contours detected: 78 Expected: 2 - Glyph name: divide Contours detected: 173 Expected: 3 - Glyph name: dollar Contours detected: 377 Expected: 1, 3 or 5 - Glyph name: dotaccent Contours detected: 70 Expected: 1 - Glyph name: dotlessi Contours detected: 141 Expected: 1 - Glyph name: e Contours detected: 278 Expected: 2 - Glyph name: eacute Contours detected: 302 Expected: 3 - Glyph name: ecaron Contours detected: 310 Expected: 3 - Glyph name: ecircumflex Contours detected: 307 Expected: 3 - Glyph name: edieresis Contours detected: 302 Expected: 4 - Glyph name: edotaccent Contours detected: 299 Expected: 3 - Glyph name: egrave Contours detected: 302 Expected: 3 - Glyph name: eight Contours detected: 360 Expected: 3 - Glyph name: ellipsis Contours detected: 228 Expected: 3 - Glyph name: emacron Contours detected: 326 Expected: 3 - Glyph name: emdash Contours detected: 184 Expected: 1 - Glyph name: endash Contours detected: 142 Expected: 1 - Glyph name: eng Contours detected: 289 Expected: 1 - Glyph name: eogonek Contours detected: 307 Expected: 2 - Glyph name: equal Contours detected: 190 Expected: 2 - Glyph name: eth Contours detected: 308 Expected: 2 - Glyph name: exclam Contours detected: 155 Expected: 2 - Glyph name: exclamdown Contours detected: 155 Expected: 2 - Glyph name: f Contours detected: 214 Expected: 1 - Glyph name: five Contours detected: 341 Expected: 1 - Glyph name: four Contours detected: 301 Expected: 1 or 2 - Glyph name: g Contours detected: 345 Expected: 2 or 3 - Glyph name: gbreve Contours detected: 381 Expected: 3 or 4 - Glyph name: gdotaccent Contours detected: 366 Expected: 3 or 4 - Glyph name: germandbls Contours detected: 372 Expected: 1 - Glyph name: grave Contours detected: 74 Expected: 1 - Glyph name: greater Contours detected: 198 Expected: 1 - Glyph name: guillemotleft Contours detected: 188 Expected: 2 - Glyph name: guillemotright Contours detected: 188 Expected: 2 - Glyph name: guilsinglleft Contours detected: 117 Expected: 1 - Glyph name: guilsinglright Contours detected: 117 Expected: 1 - Glyph name: h Contours detected: 298 Expected: 1 - Glyph name: hbar Contours detected: 313 Expected: 1 - Glyph name: hungarumlaut Contours detected: 105 Expected: 2 - Glyph name: hyphen Contours detected: 136 Expected: 1 - Glyph name: i Contours detected: 162 Expected: 2 - Glyph name: iacute Contours detected: 165 Expected: 2 - Glyph name: icircumflex Contours detected: 170 Expected: 2 - Glyph name: idieresis Contours detected: 165 Expected: 3 - Glyph name: igrave Contours detected: 165 Expected: 2 - Glyph name: ij Contours detected: 360 Expected: 3 or 4 - Glyph name: imacron Contours detected: 177 Expected: 2 - Glyph name: iogonek Contours detected: 191 Expected: 2 or 3 - Glyph name: j Contours detected: 198 Expected: 2 - Glyph name: k Contours detected: 290 Expected: 1 or 2 - Glyph name: l Contours detected: 176 Expected: 1 - Glyph name: lacute Contours detected: 200 Expected: 2 - Glyph name: lcaron Contours detected: 198 Expected: 2 - Glyph name: less Contours detected: 198 Expected: 1 - Glyph name: lslash Contours detected: 216 Expected: 1 - Glyph name: m Contours detected: 376 Expected: 1 - Glyph name: macron Contours detected: 102 Expected: 1 - Glyph name: minus Contours detected: 126 Expected: 1 - Glyph name: multiply Contours detected: 172 Expected: 1 - Glyph name: n Contours detected: 268 Expected: 1 - Glyph name: nacute Contours detected: 292 Expected: 2 - Glyph name: ncaron Contours detected: 300 Expected: 2 - Glyph name: nine Contours detected: 358 Expected: 1 or 2 - Glyph name: ntilde Contours detected: 326 Expected: 2 - Glyph name: numbersign Contours detected: 376 Expected: 2 - Glyph name: o Contours detected: 270 Expected: 2 - Glyph name: oacute Contours detected: 294 Expected: 3 - Glyph name: ocircumflex Contours detected: 299 Expected: 3 - Glyph name: odieresis Contours detected: 294 Expected: 4 - Glyph name: oe Contours detected: 428 Expected: 3 - Glyph name: ogonek Contours detected: 79 Expected: 1 - Glyph name: ograve Contours detected: 294 Expected: 3 - Glyph name: ohungarumlaut Contours detected: 318 Expected: 4 - Glyph name: omacron Contours detected: 318 Expected: 3 - Glyph name: one Contours detected: 200 Expected: 1 - Glyph name: ordfeminine Contours detected: 280 Expected: 2 or 3 - Glyph name: ordmasculine Contours detected: 270 Expected: 2 or 3 - Glyph name: oslash Contours detected: 326 Expected: 3 - Glyph name: otilde Contours detected: 328 Expected: 3 - Glyph name: p Contours detected: 315 Expected: 2 - Glyph name: paragraph Contours detected: 318 Expected: 1, 2 or 3 - Glyph name: parenleft Contours detected: 216 Expected: 1 - Glyph name: parenright Contours detected: 216 Expected: 1 - Glyph name: percent Contours detected: 332 Expected: 4 or 5 - Glyph name: period Contours detected: 76 Expected: 1 - Glyph name: periodcentered Contours detected: 78 Expected: 1 - Glyph name: plus Contours detected: 174 Expected: 1 - Glyph name: q Contours detected: 315 Expected: 2 - Glyph name: question Contours detected: 221 Expected: 2 - Glyph name: questiondown Contours detected: 221 Expected: 2 - Glyph name: quotedbl Contours detected: 124 Expected: 2 - Glyph name: quotedblbase Contours detected: 170 Expected: 2 - Glyph name: quotedblleft Contours detected: 126 Expected: 2 - Glyph name: quotedblright Contours detected: 126 Expected: 2 - Glyph name: quoteleft Contours detected: 85 Expected: 1 - Glyph name: quoteright Contours detected: 85 Expected: 1 - Glyph name: quotesinglbase Contours detected: 85 Expected: 1 - Glyph name: quotesingle Contours detected: 84 Expected: 1 - Glyph name: r Contours detected: 189 Expected: 1 - Glyph name: racute Contours detected: 213 Expected: 2 - Glyph name: rcaron Contours detected: 221 Expected: 2 - Glyph name: registered Contours detected: 258 Expected: 3 or 4 - Glyph name: ring Contours detected: 78 Expected: 2 - Glyph name: s Contours detected: 259 Expected: 1 - Glyph name: sacute Contours detected: 283 Expected: 2 - Glyph name: scaron Contours detected: 291 Expected: 2 - Glyph name: section Contours detected: 356 Expected: 2 - Glyph name: semicolon Contours detected: 110 Expected: 2 - Glyph name: seven Contours detected: 248 Expected: 1 - Glyph name: six Contours detected: 358 Expected: 1 or 2 - Glyph name: slash Contours detected: 207 Expected: 1 - Glyph name: space Contours detected: 52 Expected: 0 - Glyph name: sterling Contours detected: 329 Expected: 1 or 2 - Glyph name: t Contours detected: 197 Expected: 1 - Glyph name: tcaron Contours detected: 219 Expected: 2 - Glyph name: thorn Contours detected: 335 Expected: 2 - Glyph name: three Contours detected: 309 Expected: 1 - Glyph name: tilde Contours detected: 114 Expected: 1 - Glyph name: trademark Contours detected: 654 Expected: 2 - Glyph name: two Contours detected: 304 Expected: 1 - Glyph name: u Contours detected: 268 Expected: 1 - Glyph name: uacute Contours detected: 292 Expected: 2 - Glyph name: ubreve Contours detected: 304 Expected: 2 - Glyph name: ucircumflex Contours detected: 297 Expected: 2 - Glyph name: udieresis Contours detected: 292 Expected: 3 - Glyph name: ugrave Contours detected: 292 Expected: 2 - Glyph name: uhungarumlaut Contours detected: 316 Expected: 3 - Glyph name: umacron Contours detected: 316 Expected: 2 - Glyph name: underscore Contours detected: 142 Expected: 1 - Glyph name: uni00A0 Contours detected: 52 Expected: 0 - Glyph name: uni0122 Contours detected: 378 Expected: 2 - Glyph name: uni0123 Contours detected: 363 Expected: 3 or 4 - Glyph name: uni0136 Contours detected: 344 Expected: 2 or 3 - Glyph name: uni0137 Contours detected: 308 Expected: 2 or 3 - Glyph name: uni013B Contours detected: 242 Expected: 2 - Glyph name: uni013C Contours detected: 194 Expected: 2 - Glyph name: uni0145 Contours detected: 430 Expected: 2 - Glyph name: uni0146 Contours detected: 286 Expected: 2 - Glyph name: uni0156 Contours detected: 380 Expected: 3 - Glyph name: uni0157 Contours detected: 207 Expected: 2 - Glyph name: uni0218 Contours detected: 369 Expected: 2 - Glyph name: uni0219 Contours detected: 277 Expected: 2 - Glyph name: uni021A Contours detected: 254 Expected: 2 - Glyph name: uni021B Contours detected: 215 Expected: 2 - Glyph name: uni0237 Contours detected: 177 Expected: 1 - Glyph name: uni0302 Contours detected: 29 Expected: 1 - Glyph name: uni0304 Contours detected: 48 Expected: 1 - Glyph name: uni0306 Contours detected: 36 Expected: 1 - Glyph name: uni0307 Contours detected: 21 Expected: 1 - Glyph name: uni0308 Contours detected: 24 Expected: 2 - Glyph name: uni030A Contours detected: 28 Expected: 2 - Glyph name: uni030B Contours detected: 48 Expected: 2 - Glyph name: uni030C Contours detected: 32 Expected: 1 - Glyph name: uni0312 Contours detected: 18 Expected: 1 - Glyph name: uni0326 Contours detected: 18 Expected: 1 - Glyph name: uni0327 Contours detected: 33 Expected: 1 - Glyph name: uni0328 Contours detected: 29 Expected: 1 - Glyph name: uni1E9E Contours detected: 405 Expected: 1 - Glyph name: uni200A Contours detected: 43 Expected: 0 - Glyph name: uogonek Contours detected: 297 Expected: 1 - Glyph name: uring Contours detected: 296 Expected: 3 - Glyph name: v Contours detected: 246 Expected: 1 - Glyph name: w Contours detected: 360 Expected: 1 - Glyph name: wacute Contours detected: 384 Expected: 2 - Glyph name: wcircumflex Contours detected: 389 Expected: 2 - Glyph name: wdieresis Contours detected: 384 Expected: 3 - Glyph name: wgrave Contours detected: 384 Expected: 2 - Glyph name: x Contours detected: 262 Expected: 1 - Glyph name: y Contours detected: 278 Expected: 1 - Glyph name: yacute Contours detected: 302 Expected: 2 - Glyph name: ycircumflex Contours detected: 307 Expected: 2 - Glyph name: ydieresis Contours detected: 302 Expected: 3 - Glyph name: yen Contours detected: 322 Expected: 1 or 2 - Glyph name: ygrave Contours detected: 302 Expected: 2 - Glyph name: z Contours detected: 256 Expected: 1 - Glyph name: zacute Contours detected: 280 Expected: 2 - Glyph name: zcaron Contours detected: 288 Expected: 2 - Glyph name: zdotaccent Contours detected: 277 Expected: 2 - Glyph name: zero Contours detected: 333 Expected: 2 or 3
Ensure files are not too large.
⚠️ Jersey25Charted-Regular.ttf
-
⚠️ WARN
Font file is 1.3Mb; ideally it should be less than 1.0Mb
[code: large-font]
Does GPOS table have kerning information? This check skips monospaced fonts as defined by post.isFixedPitch value
⚠️ Jersey25Charted-Regular.ttf
-
⚠️ WARN
GPOS table lacks kerning information.
[code: lacks-kern-info]
Check math signs have the same width.
⚠️ Jersey25Charted-Regular.ttf
-
⚠️ WARN
The most common width is 600 among a set of 5 math glyphs. The following math glyphs have a different width, though:
Width = 540: multiply
Width = 630: divide
[code: width-outliers]
Check there are no overlapping path segments
⚠️ Jersey25Charted-Regular.ttf
-
⚠️ WARN
The following glyphs have overlapping path segments:
* .notdef: L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<60.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,750.0>--<510.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,30.0>--<120.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * .notdef: L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * .notdef: L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * A (U+0041): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,960.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,960.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,810.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<210.0,810.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Aacute (U+00C1): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,930.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,960.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,930.0>--<150.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,930.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,930.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<150.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,900.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Abreve (U+0102): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,840.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<180.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<210.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<240.0,900.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,960.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Acircumflex (U+00C2): L<<270.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,840.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,900.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<210.0,900.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Adieresis (U+00C4): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,930.0>--<240.0,960.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,930.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,810.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<360.0,810.0>--<360.0,780.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Agrave (U+00C0): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,810.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,870.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<330.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,900.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<150.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,840.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Amacron (U+0100): L<<180.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,0.0>--<540.0,0.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,0.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,0.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,-30.0>--<540.0,-30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,-30.0>--<510.0,-60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-60.0>--<510.0,-60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-60.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-90.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,-180.0>--<510.0,-150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,-180.0>--<540.0,-180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,-210.0>--<540.0,-180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<570.0,-180.0>--<540.0,-180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,-180.0>--<540.0,-150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-150.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-150.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-120.0>--<480.0,-120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-90.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,-120.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-120.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,-150.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-150.0>--<450.0,-180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-180.0>--<510.0,-180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,-180.0>--<510.0,-210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-180.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-180.0>--<480.0,-210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,-210.0>--<570.0,-210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,-210.0>--<540.0,-210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<540.0,-210.0>--<540.0,-240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-210.0>--<510.0,-210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<510.0,-210.0>--<510.0,-240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-210.0>--<480.0,-210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-210.0>--<480.0,-240.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,-180.0>--<450.0,-180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-180.0>--<450.0,-210.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,-150.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,-120.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<420.0,-90.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-90.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<450.0,-60.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-30.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * Aogonek (U+0104): L<<480.0,-60.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,810.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,930.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,930.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,930.0>--<330.0,960.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,810.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<270.0,810.0>--<270.0,780.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Aring (U+00C5): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,930.0>--<210.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,900.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,930.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,930.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,930.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,870.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,930.0>--<240.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,840.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,870.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,870.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,930.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,900.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,870.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,870.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,930.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,900.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,930.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,870.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,960.0>--<180.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,960.0>--<210.0,990.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,960.0>--<210.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,960.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,930.0>--<150.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,840.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,960.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<180.0,840.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<120.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<150.0,840.0>--<150.0,810.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<480.0,960.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,990.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<450.0,960.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,990.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<420.0,960.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,930.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<240.0,960.0>--<240.0,990.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,960.0>--<240.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<360.0,840.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<270.0,960.0>--<270.0,990.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,960.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<300.0,930.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Atilde (U+00C3): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,360.0>--<570.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,360.0>--<570.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,360.0>--<570.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,420.0>--<570.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,300.0>--<570.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,390.0>--<570.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,420.0>--<570.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,420.0>--<570.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,720.0>--<570.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,660.0>--<570.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,0.0>--<540.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,150.0>--<570.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,90.0>--<570.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,30.0>--<540.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,60.0>--<570.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,420.0>--<600.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,420.0>--<630.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,420.0>--<660.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,630.0>--<660.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,600.0>--<600.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,630.0>--<630.0,600.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,720.0>--<600.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,720.0>--<630.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,720.0>--<660.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,630.0>--<660.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,660.0>--<660.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,690.0>--<660.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,660.0>--<600.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,690.0>--<630.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,690.0>--<600.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,690.0>--<630.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,720.0>--<660.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,690.0>--<660.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,690.0>--<660.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,630.0>--<600.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,630.0>--<630.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,660.0>--<660.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,660.0>--<660.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,390.0>--<660.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,360.0>--<600.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,390.0>--<630.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,390.0>--<600.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,420.0>--<630.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,390.0>--<630.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,390.0>--<630.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,390.0>--<660.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,330.0>--<600.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,360.0>--<630.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,330.0>--<630.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,330.0>--<660.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,330.0>--<660.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,300.0>--<600.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,330.0>--<630.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,330.0>--<630.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,120.0>--<600.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,120.0>--<630.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,120.0>--<660.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,30.0>--<630.0,0.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,0.0>--<660.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,30.0>--<690.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,60.0>--<660.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,30.0>--<600.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,60.0>--<630.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,60.0>--<600.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,60.0>--<660.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,90.0>--<600.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<600.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,120.0>--<630.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,720.0>--<690.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,720.0>--<720.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,720.0>--<750.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,720.0>--<780.0,750.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,660.0>--<780.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,660.0>--<750.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,630.0>--<690.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,660.0>--<720.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,660.0>--<690.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,690.0>--<720.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,720.0>--<750.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,690.0>--<750.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,720.0>--<780.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,690.0>--<780.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,720.0>--<810.0,720.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,690.0>--<810.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<810.0,660.0>--<780.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,690.0>--<780.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,690.0>--<780.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,660.0>--<750.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,660.0>--<720.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,690.0>--<750.0,690.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,690.0>--<750.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,600.0>--<690.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,600.0>--<720.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,630.0>--<750.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,600.0>--<750.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,630.0>--<780.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,600.0>--<780.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,630.0>--<810.0,630.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,0.0>--<690.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,0.0>--<720.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,0.0>--<750.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,30.0>--<750.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,0.0>--<780.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,30.0>--<780.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<810.0,30.0>--<780.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<810.0,60.0>--<780.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<810.0,90.0>--<780.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<810.0,120.0>--<780.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,120.0>--<750.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,150.0>--<780.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,120.0>--<780.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,120.0>--<780.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,90.0>--<780.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,90.0>--<780.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<780.0,60.0>--<750.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,90.0>--<750.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,120.0>--<750.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,120.0>--<750.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,90.0>--<720.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,120.0>--<720.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,60.0>--<690.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,90.0>--<720.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,90.0>--<720.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,30.0>--<690.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,60.0>--<720.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,30.0>--<690.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,30.0>--<720.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,60.0>--<750.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,60.0>--<750.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,30.0>--<720.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<690.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,420.0>--<720.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,390.0>--<720.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,360.0>--<720.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<750.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,450.0>--<540.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * AE (U+00C6): L<<720.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * B (U+0042): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * C (U+0043): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * C (U+0043): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * C (U+0043): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,210.0>--<540.0,240.0>> has the same coordinates as a previous segment. * C (U+0043): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * C (U+0043): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * C (U+0043): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,210.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,960.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,960.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Cacute (U+0106): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,210.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,960.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<390.0,930.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<450.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<420.0,930.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Ccaron (U+010C): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,210.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,0.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-30.0>--<330.0,-30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-60.0>--<330.0,-30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-30.0>--<360.0,-30.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-30.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-60.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,-60.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-90.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-180.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-180.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-180.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-180.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,-120.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,-150.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,-120.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,-180.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,-150.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-210.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-180.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-210.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-180.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<270.0,-210.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-240.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<300.0,-210.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-240.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<330.0,-210.0>--<360.0,-210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-240.0>--<360.0,-210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<360.0,-210.0>--<390.0,-210.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,-210.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,-180.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,-180.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,-150.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,-150.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,-120.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<450.0,-120.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<390.0,-90.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * Ccedilla (U+00C7): L<<420.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,210.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,960.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Cdotaccent (U+010A): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * D (U+0044): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<360.0,930.0>--<360.0,960.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,960.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<150.0,930.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<390.0,930.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Dcaron (U+010E): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,210.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,180.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,600.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,450.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,420.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,390.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,270.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<600.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<600.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<600.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<600.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<600.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,270.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,240.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,210.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,180.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,150.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,270.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,570.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,540.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,510.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,480.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,390.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,330.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<600.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<540.0,390.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<60.0,360.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Dcroat (U+0110): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,210.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,180.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,600.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,450.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,420.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,390.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,270.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<600.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<600.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<600.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<600.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<600.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,270.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,240.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,210.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,180.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,150.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,270.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,570.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,540.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,510.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,480.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,390.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,330.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<600.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<540.0,390.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<60.0,360.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Eth (U+00D0): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * E (U+0045): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * E (U+0045): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * E (U+0045): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * E (U+0045): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * E (U+0045): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,960.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,960.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,810.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<210.0,810.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Eacute (U+00C9): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<360.0,930.0>--<360.0,960.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,960.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<150.0,930.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<390.0,930.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ecaron (U+011A): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,840.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<180.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<210.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<240.0,900.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,960.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ecircumflex (U+00CA): L<<270.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,840.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,900.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<210.0,900.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Edieresis (U+00CB): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,960.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,900.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Edotaccent (U+0116): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,930.0>--<240.0,960.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,930.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,810.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<360.0,810.0>--<360.0,780.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Egrave (U+00C8): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,810.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,870.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<330.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,900.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<150.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,840.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Emacron (U+0112): L<<180.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,0.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,0.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,-30.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-60.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,-180.0>--<480.0,-150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,-180.0>--<510.0,-180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,-210.0>--<510.0,-180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<540.0,-180.0>--<510.0,-180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,-180.0>--<510.0,-150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-150.0>--<450.0,-180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-150.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-120.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-90.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,-120.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-120.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,-150.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-150.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-180.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,-180.0>--<480.0,-210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-180.0>--<450.0,-180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-180.0>--<450.0,-210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,-210.0>--<540.0,-210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,-210.0>--<510.0,-210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<510.0,-210.0>--<510.0,-240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-210.0>--<480.0,-210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<480.0,-210.0>--<480.0,-240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-210.0>--<450.0,-210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-210.0>--<450.0,-240.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,-180.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-180.0>--<420.0,-210.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,-150.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,-120.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<420.0,-60.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-30.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * Eogonek (U+0118): L<<450.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * F (U+0046): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * F (U+0046): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * F (U+0046): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * F (U+0046): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * F (U+0046): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * F (U+0046): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * G (U+0047): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * G (U+0047): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * G (U+0047): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,390.0>--<570.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,360.0>--<570.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,270.0>--<540.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * G (U+0047): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * G (U+0047): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,390.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,360.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,270.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,960.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,930.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,930.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,930.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,930.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,900.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,930.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,870.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Gbreve (U+011E): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,390.0>--<570.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,360.0>--<570.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,270.0>--<540.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,-240.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,-210.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,-210.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,-150.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,-180.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,-150.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<390.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,-60.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,-90.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,-60.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,-120.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,-120.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<360.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,-150.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0122 (U+0122): L<<330.0,-120.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,390.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,360.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,270.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,960.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Gdotaccent (U+0120): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,0.0>--<540.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<570.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,510.0>--<540.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,480.0>--<540.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,450.0>--<540.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,390.0>--<540.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,270.0>--<540.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * H (U+0048): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<300.0,420.0>--<300.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * H (U+0048): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * H (U+0048): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * H (U+0048): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * H (U+0048): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,210.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,180.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,600.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,450.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,420.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,390.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,360.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,270.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,720.0>--<600.0,750.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,600.0>--<630.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,720.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,690.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,660.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,630.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,600.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,630.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,510.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,480.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,450.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,480.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,450.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,420.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,390.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,360.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,270.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,360.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,420.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,270.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,210.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,240.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,180.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,210.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,420.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,570.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,570.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<300.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,630.0>--<630.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,600.0>--<630.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,630.0>--<660.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,570.0>--<630.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,600.0>--<660.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,540.0>--<630.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<630.0,570.0>--<660.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<660.0,540.0>--<660.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<660.0,570.0>--<660.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<690.0,570.0>--<660.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<660.0,600.0>--<660.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<690.0,600.0>--<660.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<660.0,630.0>--<660.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<690.0,630.0>--<660.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<60.0,660.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<30.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<60.0,630.0>--<60.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<30.0,600.0>--<60.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<60.0,600.0>--<60.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<30.0,570.0>--<60.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<690.0,630.0>--<690.0,660.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<690.0,570.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<690.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<690.0,600.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<690.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Hbar (U+0126): L<<720.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * I (U+0049): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * I (U+0049): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * I (U+0049): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * I (U+0049): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * I (U+0049): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * I (U+0049): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * I (U+0049): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * I (U+0049): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * I (U+0049): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * I (U+0049): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<360.0,150.0>--<360.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,210.0>--<630.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,240.0>--<630.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,270.0>--<630.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,300.0>--<630.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,300.0>--<660.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,270.0>--<660.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,240.0>--<660.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,90.0>--<720.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,60.0>--<720.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,150.0>--<750.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,210.0>--<720.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,180.0>--<720.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,210.0>--<750.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,150.0>--<720.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,150.0>--<750.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,150.0>--<750.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,90.0>--<720.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,120.0>--<750.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,60.0>--<720.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,90.0>--<750.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,30.0>--<660.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,60.0>--<690.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,60.0>--<660.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,90.0>--<690.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,90.0>--<660.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,120.0>--<690.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,120.0>--<660.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,150.0>--<690.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,150.0>--<660.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,180.0>--<690.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,180.0>--<660.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,210.0>--<690.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,210.0>--<660.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,240.0>--<690.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,240.0>--<690.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,300.0>--<780.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,240.0>--<750.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,270.0>--<780.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,270.0>--<720.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,240.0>--<690.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,270.0>--<720.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<540.0,0.0>--<540.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,30.0>--<630.0,0.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,60.0>--<630.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<570.0,60.0>--<570.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<600.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<600.0,60.0>--<600.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,90.0>--<630.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,120.0>--<630.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,150.0>--<630.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,720.0>--<660.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,690.0>--<660.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,660.0>--<660.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,630.0>--<660.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,600.0>--<660.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,570.0>--<660.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,540.0>--<660.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,390.0>--<660.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,390.0>--<660.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,330.0>--<630.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,330.0>--<660.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,330.0>--<750.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,390.0>--<750.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,570.0>--<750.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,600.0>--<750.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,630.0>--<750.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,390.0>--<750.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,420.0>--<780.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,660.0>--<750.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,690.0>--<750.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<780.0,720.0>--<750.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,750.0>--<750.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,750.0>--<720.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,720.0>--<660.0,750.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,750.0>--<690.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,690.0>--<660.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,660.0>--<660.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,630.0>--<660.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,600.0>--<660.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,570.0>--<660.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,540.0>--<660.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,570.0>--<690.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,510.0>--<660.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,480.0>--<660.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,450.0>--<660.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,390.0>--<720.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,420.0>--<660.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<660.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,450.0>--<690.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,420.0>--<720.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,450.0>--<750.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,540.0>--<750.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,510.0>--<720.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,570.0>--<750.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,600.0>--<750.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,630.0>--<750.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,660.0>--<750.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,690.0>--<750.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,720.0>--<750.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,720.0>--<750.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,720.0>--<720.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,660.0>--<690.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,690.0>--<720.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,630.0>--<690.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,660.0>--<720.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,600.0>--<690.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,630.0>--<720.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,570.0>--<690.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,600.0>--<720.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,570.0>--<720.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,540.0>--<720.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,510.0>--<720.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,510.0>--<720.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<690.0,480.0>--<720.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,450.0>--<720.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<720.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,480.0>--<750.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<750.0,450.0>--<720.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<600.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,-242.0>--<270.0,-240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,-212.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,-182.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,-152.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,-122.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,-92.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,-62.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,-32.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,-2.0>--<270.0,0.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,28.0>--<270.0,30.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,58.0>--<270.0,60.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,88.0>--<270.0,90.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,118.0>--<270.0,120.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,148.0>--<270.0,150.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,178.0>--<270.0,180.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,208.0>--<270.0,210.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,238.0>--<270.0,240.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,268.0>--<270.0,270.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,298.0>--<270.0,300.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,328.0>--<270.0,330.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,358.0>--<270.0,360.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,388.0>--<270.0,390.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,418.0>--<270.0,420.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,448.0>--<270.0,450.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,478.0>--<270.0,480.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,508.0>--<270.0,510.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,538.0>--<270.0,540.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,568.0>--<270.0,570.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,598.0>--<270.0,600.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,628.0>--<270.0,630.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,658.0>--<270.0,660.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,688.0>--<270.0,690.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,718.0>--<270.0,720.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,748.0>--<270.0,750.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,778.0>--<270.0,780.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,808.0>--<270.0,810.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,838.0>--<270.0,840.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,868.0>--<270.0,870.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,898.0>--<270.0,900.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,928.0>--<270.0,930.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,958.0>--<270.0,960.0>> has the same coordinates as a previous segment. * IJ (U+0132): L<<270.0,988.0>--<270.0,990.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,960.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,930.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,930.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,900.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,870.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,870.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,840.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,840.0>--<90.0,810.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,900.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,810.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,870.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,900.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,870.0>--<90.0,870.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,840.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,870.0>--<90.0,840.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,840.0>--<60.0,840.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<60.0,810.0>--<90.0,810.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,780.0>--<90.0,810.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<90.0,810.0>--<120.0,810.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,780.0>--<120.0,810.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<120.0,810.0>--<150.0,810.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,810.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<150.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,840.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,870.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Iacute (U+00CD): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,840.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,870.0>--<90.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,840.0>--<90.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,840.0>--<60.0,810.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,870.0>--<60.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,840.0>--<30.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,870.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,840.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,810.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<30.0,840.0>--<30.0,810.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<30.0,870.0>--<30.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<30.0,840.0>--<0.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<240.0,810.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,900.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,870.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,900.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,900.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,870.0>--<90.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,900.0>--<90.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,870.0>--<60.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,900.0>--<60.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<60.0,870.0>--<30.0,870.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,900.0>--<60.0,900.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<90.0,900.0>--<90.0,930.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,900.0>--<90.0,900.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,900.0>--<120.0,930.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,900.0>--<120.0,900.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,900.0>--<150.0,930.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,900.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<180.0,930.0>--<150.0,930.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,960.0>--<150.0,930.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<150.0,930.0>--<120.0,930.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,960.0>--<120.0,930.0>> has the same coordinates as a previous segment. * Icircumflex (U+00CE): L<<120.0,930.0>--<90.0,930.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<120.0,870.0>--<90.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,900.0>--<90.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,900.0>--<60.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<30.0,870.0>--<60.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,840.0>--<60.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,870.0>--<90.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,870.0>--<90.0,840.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,840.0>--<60.0,840.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<30.0,840.0>--<60.0,840.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,840.0>--<60.0,810.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,840.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<30.0,900.0>--<30.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<0.0,870.0>--<30.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<30.0,870.0>--<30.0,840.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<240.0,870.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,900.0>--<30.0,900.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<60.0,900.0>--<60.0,930.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<90.0,900.0>--<60.0,900.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<180.0,870.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Idieresis (U+00CF): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,930.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,900.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,870.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,810.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,870.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,900.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,870.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,840.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,870.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,870.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,840.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,840.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,840.0>--<120.0,810.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,870.0>--<90.0,840.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,900.0>--<90.0,870.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,870.0>--<60.0,870.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,900.0>--<60.0,900.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,930.0>--<150.0,930.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,960.0>--<150.0,930.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<150.0,930.0>--<120.0,930.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,960.0>--<120.0,930.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,900.0>--<90.0,930.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<90.0,930.0>--<120.0,930.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,930.0>--<120.0,900.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<120.0,900.0>--<90.0,900.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<180.0,900.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Idotaccent (U+0130): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,930.0>--<90.0,960.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,930.0>--<120.0,960.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,930.0>--<120.0,930.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,900.0>--<120.0,930.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,930.0>--<150.0,930.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,900.0>--<150.0,930.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,870.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,870.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,840.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,810.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,930.0>--<90.0,930.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,930.0>--<90.0,900.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,900.0>--<120.0,900.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,900.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,870.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,870.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,840.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,840.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,810.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,810.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<210.0,810.0>--<210.0,780.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,810.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<150.0,840.0>--<150.0,810.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,870.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<120.0,870.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<60.0,900.0>--<90.0,900.0>> has the same coordinates as a previous segment. * Igrave (U+00CC): L<<90.0,900.0>--<90.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,840.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,810.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,810.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,810.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,810.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,840.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,870.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,840.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,870.0>--<90.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,840.0>--<90.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,840.0>--<90.0,810.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,870.0>--<60.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,870.0>--<90.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,870.0>--<90.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,870.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,870.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,870.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,870.0>--<120.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,900.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,870.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,900.0>--<60.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<30.0,870.0>--<60.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,870.0>--<60.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<30.0,840.0>--<60.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,840.0>--<60.0,810.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<180.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,900.0>--<90.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,930.0>--<90.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<90.0,900.0>--<60.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,930.0>--<60.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<60.0,900.0>--<30.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<120.0,900.0>--<120.0,930.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,930.0>--<150.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<150.0,900.0>--<120.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,900.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,870.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,810.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<270.0,810.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<30.0,900.0>--<30.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<0.0,870.0>--<30.0,870.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<30.0,870.0>--<30.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<0.0,840.0>--<30.0,840.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<30.0,840.0>--<30.0,810.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<30.0,930.0>--<30.0,900.0>> has the same coordinates as a previous segment. * Imacron (U+012A): L<<30.0,900.0>--<0.0,900.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,0.0>--<180.0,0.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,0.0>--<150.0,0.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,0.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-30.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-60.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,-180.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,-180.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,-210.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<210.0,-180.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,-180.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-150.0>--<120.0,-180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-150.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-90.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,-120.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-120.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,-150.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-150.0>--<90.0,-180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-180.0>--<150.0,-180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,-180.0>--<150.0,-210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-180.0>--<120.0,-180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-180.0>--<120.0,-210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,-210.0>--<210.0,-210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,-210.0>--<180.0,-210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<180.0,-210.0>--<180.0,-240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-210.0>--<150.0,-210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<150.0,-210.0>--<150.0,-240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-210.0>--<120.0,-210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-210.0>--<120.0,-240.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,-180.0>--<90.0,-180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-180.0>--<90.0,-210.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,-150.0>--<60.0,-180.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,-150.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,-120.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,-120.0>--<30.0,-120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<60.0,-90.0>--<60.0,-120.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<90.0,-60.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-30.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * Iogonek (U+012E): L<<120.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * J (U+004A): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * J (U+004A): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * J (U+004A): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * J (U+004A): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * J (U+004A): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * J (U+004A): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni004A0301: L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni004A0301: L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,960.0>--<510.0,930.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,960.0>--<480.0,930.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,930.0>--<510.0,930.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,930.0>--<480.0,930.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,930.0>--<480.0,900.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,930.0>--<450.0,900.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,900.0>--<450.0,870.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,870.0>--<420.0,840.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,900.0>--<510.0,930.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,930.0>--<540.0,930.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,870.0>--<480.0,900.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,900.0>--<510.0,900.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,900.0>--<420.0,870.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,840.0>--<450.0,870.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * uni004A0301: L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * uni004A0301: L<<390.0,810.0>--<420.0,810.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,780.0>--<420.0,810.0>> has the same coordinates as a previous segment. * uni004A0301: L<<420.0,810.0>--<450.0,810.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,810.0>--<450.0,840.0>> has the same coordinates as a previous segment. * uni004A0301: L<<450.0,840.0>--<480.0,840.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,840.0>--<480.0,870.0>> has the same coordinates as a previous segment. * uni004A0301: L<<480.0,870.0>--<510.0,870.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,870.0>--<510.0,900.0>> has the same coordinates as a previous segment. * uni004A0301: L<<510.0,900.0>--<540.0,900.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * K (U+004B): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * K (U+004B): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,-240.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,-210.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,-210.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,-180.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,-150.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<360.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,-60.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,-120.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,-120.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,-90.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<330.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,-150.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0136 (U+0136): L<<300.0,-120.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * L (U+004C): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * L (U+004C): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * L (U+004C): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * L (U+004C): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * L (U+004C): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * L (U+004C): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * L (U+004C): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * L (U+004C): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * L (U+004C): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * L (U+004C): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * L (U+004C): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * L (U+004C): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * L (U+004C): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * L (U+004C): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * L (U+004C): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,960.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,900.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,870.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,840.0>--<120.0,810.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,900.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,810.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,870.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,900.0>--<150.0,870.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,870.0>--<120.0,870.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,840.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,870.0>--<120.0,840.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,840.0>--<90.0,840.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<90.0,810.0>--<120.0,810.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,780.0>--<120.0,810.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<120.0,810.0>--<150.0,810.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,780.0>--<150.0,810.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<150.0,810.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,810.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,840.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,870.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Lacute (U+0139): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<450.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<450.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<450.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,810.0>--<420.0,780.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,780.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,810.0>--<390.0,780.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,780.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<420.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Lcaron (U+013D): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,-240.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,-210.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,-210.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,-180.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,-90.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,-150.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<330.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,-60.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,-120.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,-120.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,-90.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<300.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<210.0,-120.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,-150.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni013B (U+013B): L<<270.0,-120.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,210.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,180.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,600.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,450.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,420.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,390.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<300.0,450.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<60.0,330.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<60.0,300.0>--<30.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<60.0,360.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<60.0,330.0>--<30.0,330.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Lslash (U+0141): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,720.0>--<660.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,690.0>--<660.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,600.0>--<660.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,570.0>--<660.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,540.0>--<660.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,90.0>--<720.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,60.0>--<720.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,30.0>--<720.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,30.0>--<690.0,0.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,60.0>--<690.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,30.0>--<660.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,90.0>--<690.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,120.0>--<690.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,150.0>--<690.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,180.0>--<690.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,210.0>--<690.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,210.0>--<660.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,210.0>--<630.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,210.0>--<660.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,240.0>--<690.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,240.0>--<690.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,420.0>--<660.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,390.0>--<660.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,360.0>--<660.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,330.0>--<660.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,300.0>--<660.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,270.0>--<660.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,240.0>--<630.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,660.0>--<660.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,150.0>--<660.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,90.0>--<660.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,60.0>--<660.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,30.0>--<660.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,30.0>--<660.0,0.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,0.0>--<720.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,0.0>--<750.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,30.0>--<750.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,60.0>--<750.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,90.0>--<750.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,120.0>--<750.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,150.0>--<750.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,720.0>--<660.0,750.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,720.0>--<690.0,750.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,720.0>--<720.0,750.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,720.0>--<750.0,750.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,720.0>--<780.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,690.0>--<780.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,660.0>--<780.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,630.0>--<780.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,600.0>--<780.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<780.0,570.0>--<750.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,690.0>--<660.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,690.0>--<720.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,720.0>--<750.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,720.0>--<750.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,690.0>--<750.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,690.0>--<750.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,660.0>--<750.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,660.0>--<750.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,630.0>--<750.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,630.0>--<750.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,600.0>--<750.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,600.0>--<750.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,600.0>--<720.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,630.0>--<720.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,660.0>--<720.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,690.0>--<720.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,660.0>--<660.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,690.0>--<690.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,630.0>--<660.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,660.0>--<690.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,600.0>--<660.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,630.0>--<690.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,570.0>--<660.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,600.0>--<690.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,540.0>--<660.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,570.0>--<690.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,510.0>--<660.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,480.0>--<660.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,450.0>--<660.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,540.0>--<720.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,570.0>--<750.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,570.0>--<750.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,510.0>--<720.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,540.0>--<750.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,480.0>--<720.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,450.0>--<720.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,480.0>--<750.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,450.0>--<750.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,420.0>--<750.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,390.0>--<750.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,300.0>--<720.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,330.0>--<720.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,360.0>--<720.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,390.0>--<720.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,420.0>--<660.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<660.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<690.0,450.0>--<720.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,450.0>--<720.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,240.0>--<720.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,270.0>--<750.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,210.0>--<720.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,180.0>--<720.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,210.0>--<750.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,150.0>--<720.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,150.0>--<750.0,150.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,150.0>--<750.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,90.0>--<720.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,120.0>--<750.0,120.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,120.0>--<750.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,60.0>--<720.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,90.0>--<750.0,90.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,90.0>--<750.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,30.0>--<720.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<720.0,60.0>--<750.0,60.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,60.0>--<750.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<750.0,30.0>--<720.0,30.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,720.0>--<630.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,540.0>--<630.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,570.0>--<630.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,600.0>--<630.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,630.0>--<630.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,660.0>--<630.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<600.0,660.0>--<600.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,690.0>--<630.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<630.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,630.0>--<570.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<600.0,660.0>--<600.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<600.0,630.0>--<600.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<600.0,600.0>--<600.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<600.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,630.0>--<570.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,570.0>--<570.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,540.0>--<570.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,510.0>--<570.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,510.0>--<540.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,480.0>--<540.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,600.0>--<330.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,510.0>--<300.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<330.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<300.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * M (U+004D): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * M (U+004D): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,720.0>--<600.0,750.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,600.0>--<630.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<630.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,720.0>--<600.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,690.0>--<600.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,660.0>--<600.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,630.0>--<600.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,600.0>--<600.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,630.0>--<570.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,510.0>--<570.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,480.0>--<570.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,450.0>--<570.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,480.0>--<600.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,450.0>--<600.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,420.0>--<600.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,390.0>--<600.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,360.0>--<600.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,270.0>--<540.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,360.0>--<570.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,420.0>--<570.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,270.0>--<600.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,210.0>--<570.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,240.0>--<600.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,180.0>--<570.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,210.0>--<600.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,600.0>--<270.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * N (U+004E): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * N (U+004E): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * N (U+004E): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * N (U+004E): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * N (U+004E): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * N (U+004E): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * N (U+004E): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * N (U+004E): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * N (U+004E): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,720.0>--<600.0,750.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,600.0>--<630.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<630.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,720.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,690.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,660.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,630.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,600.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,630.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,510.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,480.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,450.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,480.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,450.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,420.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,390.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,360.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,270.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,360.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,420.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,270.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,210.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,240.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,180.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,210.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,600.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,960.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,960.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,930.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,930.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,780.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<330.0,810.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Nacute (U+0143): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,720.0>--<600.0,750.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,600.0>--<630.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<630.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,720.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,690.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,660.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,630.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,600.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,630.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,510.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,480.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,450.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,480.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,450.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,420.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,390.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,360.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,270.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,360.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,420.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,270.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,210.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,240.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,180.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,210.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,600.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,960.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<420.0,930.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,960.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,900.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<480.0,930.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<450.0,930.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<360.0,840.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ncaron (U+0147): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,720.0>--<600.0,750.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,600.0>--<630.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<630.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,720.0>--<600.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,690.0>--<600.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,660.0>--<600.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,630.0>--<600.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,600.0>--<600.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,630.0>--<570.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,510.0>--<570.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,480.0>--<570.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,450.0>--<570.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,480.0>--<600.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,450.0>--<600.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,420.0>--<600.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,390.0>--<600.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,360.0>--<600.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,270.0>--<540.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,360.0>--<570.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,420.0>--<570.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,270.0>--<600.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,210.0>--<570.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,240.0>--<600.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,180.0>--<570.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,210.0>--<600.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,600.0>--<270.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,-240.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,-210.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,-210.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,-150.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,-180.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,-150.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<420.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,-60.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,-60.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,-120.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,-120.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,-150.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<330.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0145 (U+0145): L<<360.0,-120.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,720.0>--<600.0,750.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,600.0>--<630.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<630.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,720.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,690.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,660.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,630.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,600.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,630.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,510.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,480.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,450.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,480.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,450.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,420.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,390.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,360.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,270.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,360.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,420.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,270.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,210.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,240.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,180.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,210.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,600.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,930.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,930.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,870.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,930.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,930.0>--<480.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,900.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,930.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,870.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,930.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,840.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,870.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,900.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,930.0>--<510.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,900.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,930.0>--<540.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,870.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,900.0>--<540.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,840.0>--<480.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,960.0>--<240.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,960.0>--<270.0,990.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,960.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,960.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,840.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,870.0>--<510.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,960.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<540.0,960.0>--<510.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,990.0>--<510.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<510.0,960.0>--<480.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,990.0>--<480.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<480.0,960.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,870.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<450.0,840.0>--<450.0,810.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,930.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,930.0>--<330.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<300.0,960.0>--<300.0,990.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,960.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<420.0,840.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<330.0,960.0>--<330.0,990.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,960.0>--<330.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<360.0,930.0>--<360.0,960.0>> has the same coordinates as a previous segment. * Ntilde (U+00D1): L<<390.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,720.0>--<600.0,750.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,600.0>--<630.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<630.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,720.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,690.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,660.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,630.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,600.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,630.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,510.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,480.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,450.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,480.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,450.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,420.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,390.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,360.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,270.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,360.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,420.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,270.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,210.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,240.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,180.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,210.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,600.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,-90.0>--<570.0,-90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,0.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,-120.0>--<510.0,-120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,-120.0>--<510.0,-150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,-150.0>--<480.0,-150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,-180.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,-150.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,-120.0>--<480.0,-150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,-150.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,-60.0>--<540.0,-90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,-60.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,-60.0>--<510.0,-60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,-60.0>--<540.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,-60.0>--<540.0,-60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,0.0>--<570.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,-30.0>--<540.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,-30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,0.0>--<540.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,0.0>--<540.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,-120.0>--<510.0,-90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,-90.0>--<540.0,-90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,-90.0>--<540.0,-120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,-120.0>--<510.0,-120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,0.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,-60.0>--<570.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,-30.0>--<570.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,0.0>--<600.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,-30.0>--<570.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,30.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,-60.0>--<510.0,-60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,-60.0>--<510.0,-90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<510.0,-90.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,-30.0>--<600.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,0.0>--<630.0,0.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,-90.0>--<570.0,-60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,-60.0>--<600.0,-60.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,-150.0>--<540.0,-120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<540.0,-120.0>--<570.0,-120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,-60.0>--<600.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<600.0,-30.0>--<630.0,-30.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,-120.0>--<570.0,-90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<570.0,-90.0>--<600.0,-90.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,-120.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<450.0,-150.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,-90.0>--<480.0,-120.0>> has the same coordinates as a previous segment. * Eng (U+014A): L<<480.0,-120.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * O (U+004F): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,960.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,960.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Oacute (U+00D3): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<210.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,960.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ocircumflex (U+00D4): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<240.0,900.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,930.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Odieresis (U+00D6): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,930.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,930.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,840.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,810.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<390.0,810.0>--<390.0,780.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,810.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<360.0,810.0>--<360.0,780.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ograve (U+00D2): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,960.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,840.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,810.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<150.0,810.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,780.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<180.0,810.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,780.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<210.0,810.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,810.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,960.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,960.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,930.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,930.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,930.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,930.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,900.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,870.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,900.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,930.0>--<540.0,930.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,870.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,900.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,900.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,840.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<390.0,810.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,780.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<420.0,810.0>--<450.0,810.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,810.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<450.0,840.0>--<480.0,840.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,840.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<480.0,870.0>--<510.0,870.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,870.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Ohungarumlaut (U+0150): L<<510.0,900.0>--<540.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,930.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<330.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,900.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,870.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,840.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,810.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<450.0,840.0>--<480.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Omacron (U+014C): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,210.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,180.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,450.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,420.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,390.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,360.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,270.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,210.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,240.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,180.0>--<570.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,210.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,300.0>--<630.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,240.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,270.0>--<630.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,330.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,360.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,390.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,420.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,450.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,480.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,450.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,420.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,420.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,390.0>--<570.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,390.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,360.0>--<570.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,360.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,270.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,270.0>--<570.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,270.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,300.0>--<570.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,600.0>--<630.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,570.0>--<630.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,660.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,630.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,630.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,600.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,570.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,480.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,510.0>--<600.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<600.0,540.0>--<630.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,540.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,510.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<690.0,660.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<660.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<690.0,600.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<690.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<660.0,660.0>--<660.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,600.0>--<630.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,630.0>--<660.0,630.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<660.0,630.0>--<660.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,570.0>--<630.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,600.0>--<660.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<660.0,570.0>--<660.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<660.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<690.0,570.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<690.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<660.0,570.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,540.0>--<630.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,570.0>--<660.0,570.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<660.0,570.0>--<660.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,510.0>--<630.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<630.0,540.0>--<660.0,540.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<60.0,180.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<30.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<60.0,90.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,210.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Oslash (U+00D8): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,930.0>--<240.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,930.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,930.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,900.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,930.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,870.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,930.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,840.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,870.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,870.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,900.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,930.0>--<480.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,900.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,930.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,870.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,900.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,960.0>--<210.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,960.0>--<240.0,990.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,960.0>--<240.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,930.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,840.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,960.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<150.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<180.0,840.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<510.0,960.0>--<480.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,990.0>--<480.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<480.0,960.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,990.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<450.0,960.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<420.0,840.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,930.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<270.0,960.0>--<270.0,990.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,960.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,840.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<300.0,960.0>--<300.0,990.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,960.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<330.0,930.0>--<330.0,960.0>> has the same coordinates as a previous segment. * Otilde (U+00D5): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,360.0>--<570.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,360.0>--<600.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,360.0>--<630.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,330.0>--<570.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,360.0>--<600.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,420.0>--<570.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,420.0>--<600.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,300.0>--<570.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,330.0>--<600.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,300.0>--<600.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,330.0>--<630.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,420.0>--<630.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,390.0>--<570.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,420.0>--<600.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,390.0>--<570.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,720.0>--<600.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,720.0>--<600.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,660.0>--<600.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,660.0>--<600.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,600.0>--<600.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,420.0>--<630.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,420.0>--<660.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,630.0>--<690.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,600.0>--<630.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,630.0>--<660.0,600.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,720.0>--<630.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,720.0>--<660.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,720.0>--<690.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,690.0>--<690.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,660.0>--<630.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,690.0>--<660.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,690.0>--<630.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,720.0>--<660.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,690.0>--<660.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,690.0>--<660.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,630.0>--<630.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,660.0>--<660.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,630.0>--<660.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,660.0>--<690.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,630.0>--<660.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,390.0>--<690.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,360.0>--<630.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,390.0>--<660.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,390.0>--<630.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,390.0>--<630.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,390.0>--<660.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,330.0>--<630.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,330.0>--<660.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,330.0>--<690.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,300.0>--<630.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,330.0>--<660.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,120.0>--<630.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,120.0>--<660.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,0.0>--<630.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,30.0>--<660.0,0.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,0.0>--<690.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,30.0>--<720.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,60.0>--<690.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,30.0>--<660.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,30.0>--<630.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,60.0>--<660.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,60.0>--<660.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,60.0>--<690.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,60.0>--<690.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,90.0>--<690.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,120.0>--<690.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<690.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,90.0>--<630.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<630.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,720.0>--<720.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,720.0>--<750.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,720.0>--<780.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,720.0>--<810.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,660.0>--<810.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,660.0>--<780.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,630.0>--<720.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,660.0>--<750.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,660.0>--<720.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,690.0>--<720.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,720.0>--<750.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,690.0>--<750.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,720.0>--<780.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,690.0>--<780.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,720.0>--<810.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,690.0>--<810.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,720.0>--<840.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,690.0>--<840.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<840.0,660.0>--<810.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,690.0>--<810.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,690.0>--<810.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,660.0>--<780.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,660.0>--<750.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,690.0>--<780.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,690.0>--<780.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,660.0>--<750.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,600.0>--<720.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,630.0>--<750.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,600.0>--<750.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,630.0>--<780.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,600.0>--<780.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,630.0>--<810.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,600.0>--<810.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,630.0>--<840.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,0.0>--<720.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,0.0>--<750.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,0.0>--<780.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,30.0>--<780.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,0.0>--<810.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,30.0>--<810.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<840.0,30.0>--<810.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<840.0,60.0>--<810.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<840.0,90.0>--<810.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<840.0,120.0>--<810.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,120.0>--<750.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,120.0>--<780.0,150.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,150.0>--<810.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,120.0>--<810.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,120.0>--<810.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,90.0>--<810.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,90.0>--<810.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<810.0,60.0>--<780.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,90.0>--<780.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,120.0>--<780.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,120.0>--<780.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,90.0>--<750.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,90.0>--<720.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,120.0>--<750.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,120.0>--<750.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,60.0>--<720.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,90.0>--<750.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,90.0>--<750.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,30.0>--<720.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,60.0>--<750.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,30.0>--<720.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,30.0>--<750.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,60.0>--<780.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,60.0>--<780.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,30.0>--<750.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,420.0>--<720.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,390.0>--<720.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,360.0>--<720.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,330.0>--<750.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,330.0>--<780.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<720.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,390.0>--<750.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,420.0>--<780.0,420.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,360.0>--<750.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<750.0,390.0>--<780.0,390.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<780.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,90.0>--<570.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,60.0>--<570.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,30.0>--<570.0,0.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,720.0>--<570.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,750.0>--<570.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<570.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,750.0>--<540.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,750.0>--<510.0,720.0>> has the same coordinates as a previous segment. * OE (U+0152): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * P (U+0050): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * P (U+0050): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * P (U+0050): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,210.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,180.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,570.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,570.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,570.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,210.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<270.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Thorn (U+00DE): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,0.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,0.0>--<570.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,-30.0>--<570.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,-60.0>--<570.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,-90.0>--<570.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,-90.0>--<540.0,-120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,-90.0>--<510.0,-120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,-90.0>--<480.0,-120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,-90.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,-90.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,0.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,-30.0>--<360.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,-90.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,-60.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,-60.0>--<360.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,-30.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,-30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,-30.0>--<360.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,-30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,0.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,-30.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,-30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,-30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,-30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,0.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,-30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,0.0>--<540.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,0.0>--<540.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,-30.0>--<540.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,-30.0>--<540.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,-60.0>--<540.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,-60.0>--<540.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<540.0,-90.0>--<510.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,-60.0>--<510.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,-90.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,-60.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,-90.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,-60.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,-90.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,-60.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,-60.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,-60.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,-60.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,-30.0>--<510.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<510.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,0.0>--<330.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<300.0,-30.0>--<330.0,-30.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,-30.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<330.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,-60.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * Q (U+0051): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * R (U+0052): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,960.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,960.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,810.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<210.0,810.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Racute (U+0154): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<360.0,930.0>--<360.0,960.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,960.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<150.0,930.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<390.0,930.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Rcaron (U+0158): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,-240.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,-210.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,-210.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,-180.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,-150.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<360.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,-60.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,-120.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,-120.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,-90.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<330.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,-150.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0156 (U+0156): L<<300.0,-120.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * S (U+0053): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,390.0>--<270.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * S (U+0053): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,390.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,960.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,960.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Sacute (U+015A): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,390.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,960.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<390.0,930.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<450.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<420.0,930.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Scaron (U+0160): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,390.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,0.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-30.0>--<330.0,-30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-60.0>--<330.0,-30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-30.0>--<360.0,-30.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-30.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-60.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,-60.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-90.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-180.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-180.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-180.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-180.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,-120.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,-150.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,-120.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,-180.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,-150.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-210.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-180.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-210.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-180.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<270.0,-210.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-240.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<300.0,-210.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-240.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<330.0,-210.0>--<360.0,-210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-240.0>--<360.0,-210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<360.0,-210.0>--<390.0,-210.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,-210.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,-180.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,-180.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,-150.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,-150.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,-120.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<450.0,-120.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<390.0,-90.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * Scedilla (U+015E): L<<420.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,390.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,-240.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,-210.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,-210.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,-150.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,-180.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,-150.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<390.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,-60.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,-90.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,-60.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,-120.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,-120.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<360.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,-150.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0218 (U+0218): L<<330.0,-120.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,720.0>--<600.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,630.0>--<570.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,660.0>--<600.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,690.0>--<630.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,750.0>--<600.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,750.0>--<570.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,750.0>--<540.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,750.0>--<510.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,720.0>--<570.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,630.0>--<600.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,600.0>--<600.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,570.0>--<570.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,150.0>--<600.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,210.0>--<600.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,210.0>--<570.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,150.0>--<570.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,270.0>--<570.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,240.0>--<570.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,270.0>--<540.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,210.0>--<600.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<630.0,210.0>--<600.0,210.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,240.0>--<600.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<630.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,270.0>--<570.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,270.0>--<600.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<630.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,330.0>--<570.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,330.0>--<570.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,570.0>--<600.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,600.0>--<630.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<270.0,630.0>--<270.0,600.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,300.0>--<600.0,330.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<630.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,360.0>--<570.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<600.0,360.0>--<570.0,360.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * uni1E9E (U+1E9E): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,210.0>--<330.0,180.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,150.0>--<300.0,180.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,180.0>--<270.0,150.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,210.0>--<270.0,180.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,570.0>--<330.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,600.0>--<300.0,570.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,600.0>--<270.0,570.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,630.0>--<270.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,450.0>--<300.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,420.0>--<300.0,390.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * T (U+0054): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * T (U+0054): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * T (U+0054): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * T (U+0054): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * T (U+0054): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * T (U+0054): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * T (U+0054): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * T (U+0054): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * T (U+0054): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,210.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,150.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,180.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,210.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,570.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,600.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,600.0>--<270.0,570.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,630.0>--<270.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,450.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,420.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<360.0,930.0>--<360.0,960.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,960.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<150.0,930.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,930.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<390.0,930.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Tcaron (U+0164): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,210.0>--<330.0,180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,150.0>--<300.0,180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,180.0>--<270.0,150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,210.0>--<270.0,180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,570.0>--<330.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,600.0>--<330.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,600.0>--<300.0,570.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,600.0>--<270.0,570.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,630.0>--<270.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,450.0>--<300.0,420.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,420.0>--<300.0,390.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,-240.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,-210.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,-210.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,-180.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,-150.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<360.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,-60.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,-120.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,-120.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,-90.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<330.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,-150.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni021A (U+021A): L<<300.0,-120.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * U (U+0055): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * U (U+0055): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * U (U+0055): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * U (U+0055): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * U (U+0055): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * U (U+0055): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * U (U+0055): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,960.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,960.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Uacute (U+00DA): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,960.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,930.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,930.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,930.0>--<180.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,930.0>--<450.0,960.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,900.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,930.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,870.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Ubreve (U+016C): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<210.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,960.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ucircumflex (U+00DB): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<240.0,900.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,930.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Udieresis (U+00DC): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,930.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,930.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,840.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,810.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<390.0,810.0>--<390.0,780.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,810.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<360.0,810.0>--<360.0,780.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ugrave (U+00D9): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,960.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,840.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,810.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,870.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<150.0,810.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,780.0>--<180.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<180.0,810.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,780.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<210.0,810.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,810.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,960.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,960.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,930.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,930.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,930.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,930.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,900.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,870.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,900.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,930.0>--<540.0,930.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,870.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,900.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,900.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,840.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<390.0,810.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,780.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<420.0,810.0>--<450.0,810.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,810.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<450.0,840.0>--<480.0,840.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,840.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<480.0,870.0>--<510.0,870.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,870.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Uhungarumlaut (U+0170): L<<510.0,900.0>--<540.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,810.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,870.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,870.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,930.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<330.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,900.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,870.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,840.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,810.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<450.0,840.0>--<480.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<180.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Umacron (U+016A): L<<210.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,0.0>--<360.0,0.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,0.0>--<330.0,-30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,-30.0>--<360.0,-30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-30.0>--<330.0,-30.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,-30.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-60.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,-180.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,-180.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,-210.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<390.0,-180.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,-180.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-90.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-120.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-150.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-180.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,-180.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-180.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-180.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,-210.0>--<390.0,-210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,-210.0>--<360.0,-210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<360.0,-210.0>--<360.0,-240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-210.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<330.0,-210.0>--<330.0,-240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-210.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-210.0>--<300.0,-240.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,-180.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-180.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,-150.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,-150.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,-120.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<240.0,-90.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-90.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<270.0,-60.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-30.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * Uogonek (U+0172): L<<300.0,-60.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,330.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,630.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,720.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,840.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,930.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,930.0>--<330.0,960.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,930.0>--<360.0,960.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,810.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<360.0,810.0>--<360.0,780.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Uring (U+016E): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * V (U+0056): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * V (U+0056): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * V (U+0056): L<<300.0,150.0>--<300.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,210.0>--<360.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * V (U+0056): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,210.0>--<330.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<330.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,570.0>--<690.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,720.0>--<750.0,750.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,720.0>--<780.0,750.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,720.0>--<810.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,690.0>--<810.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,660.0>--<810.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,630.0>--<810.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,600.0>--<810.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,570.0>--<810.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,540.0>--<810.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,540.0>--<780.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,510.0>--<750.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,570.0>--<780.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,600.0>--<780.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,570.0>--<750.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,570.0>--<750.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,630.0>--<780.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,600.0>--<750.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,600.0>--<750.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,660.0>--<780.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,630.0>--<750.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,630.0>--<750.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,690.0>--<780.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,660.0>--<750.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,660.0>--<750.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,720.0>--<780.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,720.0>--<780.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,690.0>--<750.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,690.0>--<750.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,750.0>--<720.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,720.0>--<690.0,750.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,720.0>--<720.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,690.0>--<720.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,660.0>--<690.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,660.0>--<720.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,630.0>--<690.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,630.0>--<720.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,600.0>--<690.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,600.0>--<720.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,570.0>--<690.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,570.0>--<720.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,540.0>--<720.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<810.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,510.0>--<810.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<810.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,390.0>--<780.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,360.0>--<780.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,330.0>--<780.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,330.0>--<810.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,270.0>--<780.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,240.0>--<780.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,210.0>--<780.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,210.0>--<810.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,210.0>--<780.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,210.0>--<750.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,210.0>--<720.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,180.0>--<720.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,150.0>--<690.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,150.0>--<720.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,270.0>--<750.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,240.0>--<720.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,270.0>--<720.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,390.0>--<750.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,360.0>--<720.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,420.0>--<750.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,390.0>--<720.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,420.0>--<720.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,450.0>--<720.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,450.0>--<720.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,480.0>--<720.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<720.0,480.0>--<720.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<780.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,60.0>--<630.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,60.0>--<570.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,60.0>--<600.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,90.0>--<660.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,120.0>--<630.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,150.0>--<660.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,150.0>--<630.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,210.0>--<660.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<600.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,180.0>--<540.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,210.0>--<630.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,240.0>--<660.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<660.0,210.0>--<630.0,210.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * W (U+0057): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * W (U+0057): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * W (U+0057): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,210.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<330.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,570.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,720.0>--<750.0,750.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,720.0>--<780.0,750.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,720.0>--<810.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,690.0>--<810.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,660.0>--<810.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,630.0>--<810.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,600.0>--<810.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,570.0>--<810.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,540.0>--<810.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,540.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,510.0>--<750.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,570.0>--<780.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,600.0>--<780.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,570.0>--<750.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,570.0>--<750.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,630.0>--<780.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,600.0>--<750.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,600.0>--<750.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,660.0>--<780.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,630.0>--<750.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,630.0>--<750.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,690.0>--<780.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,660.0>--<750.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,660.0>--<750.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,720.0>--<780.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,720.0>--<780.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,690.0>--<750.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,690.0>--<750.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,750.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,720.0>--<690.0,750.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,720.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,690.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,660.0>--<690.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,660.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,630.0>--<690.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,630.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,600.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,600.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,570.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,570.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,540.0>--<720.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<810.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,510.0>--<810.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<810.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,390.0>--<780.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,360.0>--<780.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,330.0>--<780.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,330.0>--<810.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,270.0>--<780.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,240.0>--<780.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,210.0>--<780.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,210.0>--<810.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,210.0>--<780.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,210.0>--<750.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,210.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,180.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,150.0>--<690.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,150.0>--<720.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,270.0>--<750.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,240.0>--<720.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,270.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,390.0>--<750.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,360.0>--<720.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,420.0>--<750.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,390.0>--<720.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,420.0>--<720.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,450.0>--<720.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,450.0>--<720.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,480.0>--<720.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<720.0,480.0>--<720.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<780.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,60.0>--<630.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,60.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,60.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,90.0>--<660.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,120.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,150.0>--<660.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,150.0>--<630.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,210.0>--<660.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<600.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,180.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,210.0>--<630.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,240.0>--<660.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<660.0,210.0>--<630.0,210.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,960.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,960.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,930.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,930.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,930.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,930.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,900.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,870.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,900.0>--<510.0,930.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,930.0>--<540.0,930.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,870.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,900.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,900.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,840.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<390.0,810.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,780.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<420.0,810.0>--<450.0,810.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,810.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<450.0,840.0>--<480.0,840.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,840.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<480.0,870.0>--<510.0,870.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,870.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Wacute (U+1E82): L<<510.0,900.0>--<540.0,900.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,210.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,570.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,720.0>--<750.0,750.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,720.0>--<780.0,750.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,720.0>--<810.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,690.0>--<810.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,660.0>--<810.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,630.0>--<810.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,600.0>--<810.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,570.0>--<810.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,540.0>--<810.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,540.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,510.0>--<750.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,570.0>--<780.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,600.0>--<780.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,570.0>--<750.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,570.0>--<750.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,630.0>--<780.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,600.0>--<750.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,600.0>--<750.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,660.0>--<780.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,630.0>--<750.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,630.0>--<750.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,690.0>--<780.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,660.0>--<750.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,660.0>--<750.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,720.0>--<780.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,720.0>--<780.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,690.0>--<750.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,690.0>--<750.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,750.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,720.0>--<690.0,750.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,720.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,690.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,660.0>--<690.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,660.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,630.0>--<690.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,630.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,600.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,600.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,570.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,570.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,540.0>--<720.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<810.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,510.0>--<810.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<810.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,390.0>--<780.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,360.0>--<780.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,330.0>--<780.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,330.0>--<810.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,270.0>--<780.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,240.0>--<780.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,210.0>--<780.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,210.0>--<810.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,210.0>--<780.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,210.0>--<750.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,210.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,180.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,150.0>--<690.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,150.0>--<720.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,270.0>--<750.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,240.0>--<720.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,270.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,390.0>--<750.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,360.0>--<720.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,420.0>--<750.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,390.0>--<720.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,420.0>--<720.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,450.0>--<720.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,450.0>--<720.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,480.0>--<720.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<720.0,480.0>--<720.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<780.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,60.0>--<630.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,60.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,60.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,90.0>--<660.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,120.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,150.0>--<660.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,150.0>--<630.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,210.0>--<660.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<600.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,180.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,210.0>--<630.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,240.0>--<660.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<660.0,210.0>--<630.0,210.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,840.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,840.0>--<480.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,840.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,870.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,840.0>--<510.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,870.0>--<540.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,810.0>--<510.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,840.0>--<540.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<330.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,840.0>--<540.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,810.0>--<540.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<540.0,840.0>--<570.0,840.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,900.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,900.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,900.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,900.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,900.0>--<480.0,930.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<510.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<480.0,930.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,960.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<450.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,960.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Wcircumflex (U+0174): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,210.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,570.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,720.0>--<750.0,750.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,720.0>--<780.0,750.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,720.0>--<810.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,690.0>--<810.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,660.0>--<810.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,630.0>--<810.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,600.0>--<810.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,570.0>--<810.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,540.0>--<810.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,540.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,510.0>--<750.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,570.0>--<780.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,600.0>--<780.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,570.0>--<750.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,570.0>--<750.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,630.0>--<780.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,600.0>--<750.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,600.0>--<750.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,660.0>--<780.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,630.0>--<750.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,630.0>--<750.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,690.0>--<780.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,660.0>--<750.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,660.0>--<750.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,720.0>--<780.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,720.0>--<780.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,690.0>--<750.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,690.0>--<750.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,750.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,720.0>--<690.0,750.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,720.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,690.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,660.0>--<690.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,660.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,630.0>--<690.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,630.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,600.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,600.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,570.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,570.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,540.0>--<720.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<810.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,510.0>--<810.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<810.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,390.0>--<780.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,360.0>--<780.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,330.0>--<780.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,330.0>--<810.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,270.0>--<780.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,240.0>--<780.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,210.0>--<780.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,210.0>--<810.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,210.0>--<780.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,210.0>--<750.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,210.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,180.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,150.0>--<690.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,150.0>--<720.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,270.0>--<750.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,240.0>--<720.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,270.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,390.0>--<750.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,360.0>--<720.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,420.0>--<750.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,390.0>--<720.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,420.0>--<720.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,450.0>--<720.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,450.0>--<720.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,480.0>--<720.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<720.0,480.0>--<720.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<780.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,60.0>--<630.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,60.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,60.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,90.0>--<660.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,120.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,150.0>--<660.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,150.0>--<630.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,210.0>--<660.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<600.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,180.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,210.0>--<630.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,240.0>--<660.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<660.0,210.0>--<630.0,210.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<420.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,870.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,840.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,870.0>--<480.0,840.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,840.0>--<510.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,870.0>--<540.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,840.0>--<510.0,840.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,840.0>--<510.0,840.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,840.0>--<510.0,810.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,870.0>--<540.0,900.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,840.0>--<540.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,870.0>--<570.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<540.0,900.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<480.0,870.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,900.0>--<510.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,930.0>--<510.0,900.0>> has the same coordinates as a previous segment. * Wdieresis (U+1E84): L<<510.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,210.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<330.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,660.0>--<690.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,630.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,600.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,570.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,720.0>--<750.0,750.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,720.0>--<780.0,750.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,720.0>--<810.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,690.0>--<810.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,660.0>--<810.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,630.0>--<810.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,600.0>--<810.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,570.0>--<810.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,540.0>--<810.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,540.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,510.0>--<750.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,570.0>--<780.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,600.0>--<780.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,570.0>--<750.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,570.0>--<750.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,630.0>--<780.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,600.0>--<750.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,600.0>--<750.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,660.0>--<780.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,630.0>--<750.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,630.0>--<750.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,690.0>--<780.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,660.0>--<750.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,660.0>--<750.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,720.0>--<780.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,720.0>--<780.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,690.0>--<750.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,690.0>--<750.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,750.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,720.0>--<690.0,750.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,720.0>--<720.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,720.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,690.0>--<720.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,690.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,660.0>--<690.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,660.0>--<720.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,660.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,630.0>--<690.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,630.0>--<720.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,630.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,600.0>--<690.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,600.0>--<720.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,600.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,570.0>--<690.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,570.0>--<720.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,570.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,540.0>--<720.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,540.0>--<720.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<810.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,510.0>--<810.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<810.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,390.0>--<780.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,360.0>--<780.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,330.0>--<780.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,330.0>--<810.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,270.0>--<780.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,240.0>--<780.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,210.0>--<780.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,210.0>--<810.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,210.0>--<780.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,210.0>--<750.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,210.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,180.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,150.0>--<690.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,150.0>--<720.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,270.0>--<750.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,240.0>--<720.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,270.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,390.0>--<750.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,360.0>--<720.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,420.0>--<750.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,390.0>--<720.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,420.0>--<720.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,450.0>--<720.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,450.0>--<720.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,480.0>--<720.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<720.0,480.0>--<720.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<780.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,0.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,60.0>--<630.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,60.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,60.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,90.0>--<660.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,120.0>--<630.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,120.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,150.0>--<660.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,150.0>--<630.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,150.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,210.0>--<660.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,180.0>--<600.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<600.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,180.0>--<540.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,210.0>--<630.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<630.0,180.0>--<600.0,180.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,240.0>--<660.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<660.0,210.0>--<630.0,210.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,600.0>--<390.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,570.0>--<360.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,930.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,930.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,930.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,900.0>--<450.0,930.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,900.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,870.0>--<450.0,900.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,900.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,870.0>--<480.0,900.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,870.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,840.0>--<480.0,870.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,870.0>--<510.0,870.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,840.0>--<510.0,840.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,810.0>--<510.0,840.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,930.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,900.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,870.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,840.0>--<480.0,840.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,840.0>--<480.0,810.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,840.0>--<510.0,870.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<540.0,840.0>--<510.0,840.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,810.0>--<540.0,810.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,810.0>--<510.0,810.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<510.0,810.0>--<510.0,780.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,810.0>--<480.0,810.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<480.0,810.0>--<480.0,780.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<450.0,840.0>--<450.0,810.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<420.0,870.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Wgrave (U+1E80): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * X (U+0058): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,570.0>--<60.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,600.0>--<60.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,570.0>--<120.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,390.0>--<270.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,450.0>--<300.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,30.0>--<120.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * X (U+0058): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,240.0>--<90.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<240.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<210.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * X (U+0058): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,570.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,750.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<570.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,420.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,210.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,270.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,180.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,180.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Y (U+0059): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,570.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,750.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<570.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,420.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,210.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,270.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,180.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,180.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,960.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,960.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Yacute (U+00DD): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,570.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,750.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<570.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,420.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,210.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,270.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,180.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,180.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,840.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,870.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,840.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,840.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,840.0>--<210.0,810.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<210.0,840.0>--<180.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,810.0>--<420.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<420.0,840.0>--<450.0,840.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<240.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,960.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ycircumflex (U+0176): L<<300.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,570.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,750.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<570.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,420.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,210.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,270.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,180.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,180.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,840.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,840.0>--<240.0,810.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,870.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,840.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,900.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<180.0,870.0>--<210.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<210.0,870.0>--<210.0,840.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,870.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,840.0>--<420.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,870.0>--<450.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<240.0,900.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,900.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,930.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Ydieresis (U+0178): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,570.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,750.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<570.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,570.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,420.0>--<570.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,420.0>--<540.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,660.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,210.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,270.0>--<270.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,240.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,180.0>--<300.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,180.0>--<300.0,180.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,180.0>--<300.0,150.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,180.0>--<270.0,180.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,180.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,930.0>--<270.0,960.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,930.0>--<300.0,960.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,900.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,900.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,810.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,930.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,840.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,840.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<420.0,840.0>--<390.0,840.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,810.0>--<420.0,810.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,810.0>--<390.0,810.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<390.0,810.0>--<390.0,780.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,810.0>--<360.0,810.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<360.0,810.0>--<360.0,780.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Ygrave (U+1EF2): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,150.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<60.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<60.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,570.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,660.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,630.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<600.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,30.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,0.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<90.0,630.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Z (U+005A): L<<570.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,150.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<60.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<60.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,570.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,660.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,630.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<600.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,30.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,0.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<90.0,630.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<570.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,960.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,960.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,930.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,930.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,870.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,840.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,810.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,870.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,840.0>--<240.0,840.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<240.0,810.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<270.0,810.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<300.0,810.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Zacute (U+0179): L<<390.0,900.0>--<420.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,150.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<60.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<60.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,570.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,660.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,630.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<600.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,30.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,0.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<90.0,630.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<570.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,930.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,960.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,930.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,870.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,900.0>--<390.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,900.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,930.0>--<390.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<390.0,930.0>--<390.0,960.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,960.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,930.0>--<210.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,900.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<450.0,930.0>--<420.0,930.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<420.0,930.0>--<420.0,960.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,900.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,900.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<210.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,900.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<240.0,870.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,840.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,840.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,870.0>--<390.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<360.0,840.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,840.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<330.0,840.0>--<330.0,810.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Zcaron (U+017D): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,630.0>--<450.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,690.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,150.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,150.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<60.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<60.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,30.0>--<510.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,570.0>--<450.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,570.0>--<540.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,570.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,720.0>--<570.0,750.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,690.0>--<570.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,720.0>--<600.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,660.0>--<570.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,690.0>--<600.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,630.0>--<570.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<600.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,30.0>--<540.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,0.0>--<540.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<90.0,630.0>--<90.0,600.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<570.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,870.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,930.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,900.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,900.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,870.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,810.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,870.0>--<360.0,840.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,840.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,870.0>--<330.0,900.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,900.0>--<360.0,870.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,840.0>--<300.0,870.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,870.0>--<330.0,870.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,870.0>--<330.0,840.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,840.0>--<300.0,840.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,840.0>--<300.0,810.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,870.0>--<270.0,840.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,900.0>--<270.0,870.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,870.0>--<240.0,870.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,900.0>--<240.0,900.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,930.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,960.0>--<330.0,930.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<330.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,960.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,900.0>--<270.0,930.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<270.0,930.0>--<300.0,930.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,930.0>--<300.0,900.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<300.0,900.0>--<270.0,900.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<360.0,900.0>--<360.0,930.0>> has the same coordinates as a previous segment. * Zdotaccent (U+017B): L<<390.0,900.0>--<360.0,900.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * a (U+0061): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * a (U+0061): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * a (U+0061): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * a (U+0061): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * aacute (U+00E1): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,780.0>--<360.0,810.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * abreve (U+0103): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * acircumflex (U+00E2): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<180.0,750.0>--<180.0,780.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * adieresis (U+00E4): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,780.0>--<210.0,810.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * agrave (U+00E0): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,750.0>--<210.0,780.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,750.0>--<420.0,780.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * amacron (U+0101): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,0.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,-30.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-60.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-60.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-90.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,-180.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,-180.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,-210.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<510.0,-180.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,-180.0>--<480.0,-150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-150.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-120.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-120.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-150.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-180.0>--<450.0,-180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,-180.0>--<450.0,-210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-180.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-180.0>--<420.0,-210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,-210.0>--<510.0,-210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,-210.0>--<480.0,-210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<480.0,-210.0>--<480.0,-240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-210.0>--<450.0,-210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<450.0,-210.0>--<450.0,-240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-210.0>--<420.0,-210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-210.0>--<420.0,-240.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,-180.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-180.0>--<390.0,-210.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,-150.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,-120.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<390.0,-60.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-30.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * aogonek (U+0105): L<<420.0,-60.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * aring (U+00E5): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,330.0>--<360.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,750.0>--<180.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,750.0>--<210.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,750.0>--<420.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,780.0>--<180.0,810.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,780.0>--<360.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<450.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,810.0>--<420.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<420.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,810.0>--<390.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<390.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<210.0,780.0>--<210.0,810.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * atilde (U+00E3): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,420.0>--<30.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,420.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,540.0>--<300.0,570.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,360.0>--<720.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,360.0>--<750.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,360.0>--<780.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,360.0>--<810.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<840.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<840.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,450.0>--<810.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,450.0>--<750.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,390.0>--<750.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,420.0>--<780.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,390.0>--<780.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,420.0>--<810.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,390.0>--<780.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,450.0>--<720.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,450.0>--<690.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,450.0>--<720.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,450.0>--<720.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,450.0>--<780.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,510.0>--<780.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,480.0>--<720.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,510.0>--<720.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,510.0>--<690.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,510.0>--<720.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,510.0>--<750.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,540.0>--<720.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,570.0>--<690.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,540.0>--<690.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,540.0>--<660.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,570.0>--<660.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,540.0>--<630.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,510.0>--<660.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,510.0>--<630.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,480.0>--<630.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,450.0>--<630.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,480.0>--<660.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,480.0>--<600.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,540.0>--<600.0,570.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,570.0>--<630.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,510.0>--<600.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,540.0>--<630.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,540.0>--<630.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,570.0>--<570.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,480.0>--<570.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,510.0>--<570.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,540.0>--<570.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,510.0>--<540.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,150.0>--<720.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,150.0>--<750.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,150.0>--<780.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,150.0>--<810.0,180.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,150.0>--<840.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,150.0>--<810.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,150.0>--<810.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,150.0>--<780.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,150.0>--<780.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,150.0>--<750.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,150.0>--<750.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,150.0>--<720.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,150.0>--<690.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,90.0>--<720.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,120.0>--<750.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,90.0>--<750.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,120.0>--<780.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,90.0>--<780.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,60.0>--<780.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,90.0>--<780.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,120.0>--<810.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,90.0>--<780.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,60.0>--<780.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,60.0>--<750.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,90.0>--<750.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,90.0>--<750.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,60.0>--<720.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,90.0>--<720.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,90.0>--<720.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,60.0>--<720.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,60.0>--<720.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,30.0>--<720.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,30.0>--<690.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,30.0>--<660.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,30.0>--<630.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,30.0>--<600.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,30.0>--<570.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,30.0>--<540.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,30.0>--<600.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,30.0>--<630.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,30.0>--<660.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,60.0>--<690.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,30.0>--<660.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,90.0>--<690.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,90.0>--<690.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,90.0>--<660.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,90.0>--<630.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,90.0>--<570.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,90.0>--<600.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,90.0>--<630.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,360.0>--<840.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,360.0>--<810.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,360.0>--<780.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,360.0>--<780.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,360.0>--<720.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,330.0>--<840.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,330.0>--<780.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,330.0>--<660.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,330.0>--<630.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,330.0>--<720.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,330.0>--<810.0,330.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,330.0>--<810.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,300.0>--<840.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,300.0>--<810.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,300.0>--<780.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,300.0>--<780.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,300.0>--<720.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,300.0>--<690.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,300.0>--<660.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,300.0>--<630.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,300.0>--<630.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<570.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,240.0>--<660.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<660.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<690.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,240.0>--<720.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<720.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,240.0>--<750.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<750.0,270.0>--<780.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,240.0>--<780.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,240.0>--<810.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<810.0,270.0>--<840.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,240.0>--<600.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<600.0,270.0>--<630.0,270.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<630.0,270.0>--<630.0,240.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ae (U+00E6): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,30.0>--<90.0,0.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,570.0>--<60.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,600.0>--<90.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,600.0>--<60.0,600.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,630.0>--<90.0,600.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,570.0>--<120.0,600.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<180.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * b (U+0062): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * c (U+0063): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * cacute (U+0107): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,780.0>--<360.0,810.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ccaron (U+010D): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,0.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,0.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-30.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-60.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-30.0>--<300.0,-30.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-30.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-60.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,-60.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-60.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-60.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-90.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-150.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-180.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-180.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-150.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-180.0>--<210.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-180.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,-120.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-90.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,-150.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,-180.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-210.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-180.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-210.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-180.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<210.0,-210.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-240.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<240.0,-210.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-240.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<270.0,-210.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-240.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<300.0,-210.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,-210.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,-180.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,-180.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,-150.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,-120.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * ccedilla (U+00E7): L<<360.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,810.0>--<270.0,780.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * cdotaccent (U+010B): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * d (U+0064): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * d (U+0064): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * d (U+0064): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,570.0>--<480.0,600.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,600.0>--<480.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,660.0>--<480.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,570.0>--<450.0,570.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,600.0>--<420.0,570.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,630.0>--<420.0,600.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,600.0>--<390.0,600.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<630.0,600.0>--<630.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<660.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<660.0,630.0>--<660.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<690.0,690.0>--<690.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<690.0,660.0>--<660.0,660.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<600.0,780.0>--<630.0,780.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<600.0,750.0>--<630.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<630.0,720.0>--<630.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<690.0,690.0>--<660.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<660.0,720.0>--<660.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<690.0,720.0>--<660.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<690.0,690.0>--<690.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<720.0,690.0>--<690.0,690.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<690.0,720.0>--<690.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<720.0,720.0>--<690.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<720.0,750.0>--<690.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<720.0,780.0>--<690.0,780.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<690.0,810.0>--<690.0,780.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<630.0,780.0>--<630.0,810.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<660.0,810.0>--<660.0,780.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<630.0,750.0>--<630.0,780.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<630.0,780.0>--<660.0,780.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<660.0,750.0>--<630.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<660.0,750.0>--<660.0,780.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<660.0,780.0>--<690.0,780.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<690.0,780.0>--<690.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<690.0,750.0>--<660.0,750.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<600.0,720.0>--<630.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<630.0,690.0>--<630.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<630.0,720.0>--<660.0,720.0>> has the same coordinates as a previous segment. * dcaron (U+010F): L<<660.0,720.0>--<660.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,420.0>--<300.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,450.0>--<300.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,450.0>--<240.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,570.0>--<510.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,600.0>--<510.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,630.0>--<510.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,570.0>--<420.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,630.0>--<450.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,600.0>--<420.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,570.0>--<420.0,570.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,630.0>--<270.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<390.0,630.0>--<390.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<570.0,660.0>--<600.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<570.0,630.0>--<600.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<570.0,630.0>--<570.0,600.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<570.0,660.0>--<570.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<570.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<570.0,690.0>--<570.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<570.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<600.0,660.0>--<600.0,690.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<600.0,630.0>--<600.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<600.0,660.0>--<630.0,660.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<600.0,600.0>--<600.0,630.0>> has the same coordinates as a previous segment. * dcroat (U+0111): L<<600.0,630.0>--<630.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,360.0>--<360.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,420.0>--<300.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,390.0>--<270.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,450.0>--<300.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,450.0>--<240.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,450.0>--<210.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,420.0>--<210.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,360.0>--<60.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,600.0>--<300.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,600.0>--<300.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,570.0>--<330.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,600.0>--<360.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,570.0>--<330.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,600.0>--<210.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,540.0>--<210.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,270.0>--<60.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<60.0,240.0>--<30.0,240.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,600.0>--<360.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<270.0,570.0>--<300.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<390.0,570.0>--<390.0,600.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<420.0,570.0>--<390.0,570.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * eth (U+00F0): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * e (U+0065): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * eacute (U+00E9): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,780.0>--<360.0,810.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ecaron (U+011B): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ecircumflex (U+00EA): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<180.0,750.0>--<180.0,780.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * edieresis (U+00EB): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,810.0>--<270.0,780.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * edotaccent (U+0117): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,780.0>--<210.0,810.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * egrave (U+00E8): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,750.0>--<210.0,780.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,750.0>--<420.0,780.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * emacron (U+0113): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,300.0>--<360.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,240.0>--<330.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,0.0>--<300.0,0.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,0.0>--<300.0,-30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,-30.0>--<330.0,-30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-30.0>--<300.0,-30.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,-30.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-60.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-60.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,-180.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,-180.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,-210.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<360.0,-180.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,-180.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-150.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-150.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-90.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,-120.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-120.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,-150.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-150.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-180.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,-180.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-180.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-180.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,-210.0>--<360.0,-210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,-210.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<330.0,-210.0>--<330.0,-240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-210.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<300.0,-210.0>--<300.0,-240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-210.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-210.0>--<270.0,-240.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,-180.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-180.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,-150.0>--<210.0,-180.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,-150.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,-120.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,-120.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<210.0,-90.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<240.0,-60.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-30.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * eogonek (U+0119): L<<270.0,-60.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,390.0>--<210.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,420.0>--<210.0,390.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,630.0>--<270.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,600.0>--<150.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,540.0>--<240.0,570.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,570.0>--<240.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,180.0>--<270.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,150.0>--<240.0,120.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,210.0>--<240.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,270.0>--<210.0,240.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,240.0>--<210.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,210.0>--<210.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,180.0>--<240.0,150.0>> has the same coordinates as a previous segment. * f (U+0066): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,510.0>--<300.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * f (U+0066): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<300.0,450.0>--<300.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * f (U+0066): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * f (U+0066): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,-30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,-30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,-30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,-30.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,-30.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,-30.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-30.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-30.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,-30.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-30.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-60.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,-90.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-90.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-60.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,-90.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,-90.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,-90.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-120.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-120.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,-120.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-150.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,-150.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,-150.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,-150.0>--<210.0,-180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-150.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-120.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,-120.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,-120.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,-90.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,-60.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,-30.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,-30.0>--<30.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,-30.0>--<60.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,-30.0>--<60.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,-30.0>--<90.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,-30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-60.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,-90.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,-90.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-60.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,-90.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-90.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,-90.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,-90.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,-90.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,-150.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,-120.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,-150.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-150.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,-120.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,-150.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-120.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,-120.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,-120.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,-90.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,-90.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-120.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,-120.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,-150.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,-120.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-90.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-60.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,-90.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,-60.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,-90.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,-60.0>--<90.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,-60.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,-30.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,-60.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<510.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,0.0>--<420.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,150.0>--<300.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,150.0>--<330.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,210.0>--<30.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,240.0>--<30.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,510.0>--<300.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * g (U+0067): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,210.0>--<360.0,180.0>> has the same coordinates as a previous segment. * g (U+0067): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,-30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,-30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,-30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,-30.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,-30.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,-30.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-30.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-30.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,-30.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-30.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-60.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,-90.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-90.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-60.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,-90.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,-90.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,-90.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-120.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-120.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,-120.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-150.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,-150.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,-150.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,-150.0>--<210.0,-180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-150.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-120.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,-120.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,-120.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,-90.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,-60.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,-30.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,-30.0>--<30.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,-30.0>--<60.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,-30.0>--<60.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,-30.0>--<90.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,-30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-60.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,-90.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,-90.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-60.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,-90.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-90.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,-90.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,-90.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,-90.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,-150.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,-120.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,-150.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-150.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,-120.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,-150.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-120.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,-120.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,-120.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,-90.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,-90.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-120.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,-120.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,-150.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,-120.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-90.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-60.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,-90.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,-60.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,-90.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,-60.0>--<90.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,-60.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,-30.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,-60.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<510.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,0.0>--<420.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,150.0>--<300.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,150.0>--<330.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,210.0>--<30.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,240.0>--<30.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,510.0>--<300.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,210.0>--<360.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,780.0>--<360.0,810.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * gbreve (U+011F): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,-30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,-30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,-30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,-30.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,-30.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,-30.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-30.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-30.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,-30.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-30.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-60.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,-90.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-90.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-60.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,-90.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,-90.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,-90.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-120.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-120.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,-120.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-150.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,-150.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,-150.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,-150.0>--<210.0,-180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-150.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-120.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,-120.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,-120.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,-90.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,-60.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,-30.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,-30.0>--<30.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,-30.0>--<60.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,-30.0>--<60.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,-30.0>--<90.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,-30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-60.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,-90.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,-90.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-60.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,-90.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-90.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,-90.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,-90.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,-90.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,-150.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,-120.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,-150.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-150.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,-120.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,-150.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-120.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,-120.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,-120.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,-90.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,-90.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-120.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,-120.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,-150.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,-120.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-90.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-60.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,-90.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,-60.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,-90.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,-60.0>--<90.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,-60.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,-30.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,-60.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<510.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,0.0>--<420.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,150.0>--<300.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,150.0>--<330.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,210.0>--<30.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,240.0>--<30.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,510.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,210.0>--<360.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uni0123 (U+0123): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,-30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,-30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,-30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,-30.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,-30.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,-30.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-30.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-30.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,-30.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-30.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-60.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,-90.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-90.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-60.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,-90.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,-90.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,-90.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-120.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-120.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,-120.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-150.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,-150.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,-150.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,-150.0>--<210.0,-180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-150.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-120.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,-120.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,-120.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,-90.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,-60.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,-30.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,-30.0>--<30.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,-30.0>--<60.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,-30.0>--<60.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,-30.0>--<90.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,-30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-60.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,-90.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,-90.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-60.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,-90.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-90.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,-90.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,-90.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,-90.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,-150.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,-120.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,-150.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-150.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,-120.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,-150.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-120.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,-120.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,-120.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,-90.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,-90.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-120.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,-120.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,-150.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,-120.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-90.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-60.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,-90.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,-60.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,-90.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,-60.0>--<90.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,-60.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,-30.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,-60.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<510.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,0.0>--<420.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,150.0>--<270.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,150.0>--<300.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,150.0>--<330.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,210.0>--<60.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,210.0>--<30.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,420.0>--<60.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,240.0>--<30.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,510.0>--<300.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,210.0>--<360.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,810.0>--<270.0,780.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * gdotaccent (U+0121): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * h (U+0068): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * h (U+0068): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * h (U+0068): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * h (U+0068): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * h (U+0068): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * h (U+0068): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * h (U+0068): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * h (U+0068): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * h (U+0068): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,240.0>--<210.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,210.0>--<210.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,150.0>--<210.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,30.0>--<120.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,570.0>--<120.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,0.0>--<540.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,390.0>--<540.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<570.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<570.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<570.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,360.0>--<570.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,180.0>--<540.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,180.0>--<540.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,270.0>--<540.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,450.0>--<270.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,360.0>--<240.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,660.0>--<90.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<90.0,630.0>--<90.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<60.0,630.0>--<60.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<60.0,660.0>--<60.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<60.0,630.0>--<30.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<60.0,690.0>--<60.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<60.0,660.0>--<30.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,630.0>--<270.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<360.0,630.0>--<360.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,630.0>--<330.0,600.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<30.0,690.0>--<30.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<0.0,660.0>--<30.0,660.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<30.0,660.0>--<30.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<0.0,630.0>--<30.0,630.0>> has the same coordinates as a previous segment. * hbar (U+0127): L<<30.0,630.0>--<30.0,600.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * i (U+0069): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * i (U+0069): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,750.0>--<150.0,780.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * i (U+0069): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,810.0>--<120.0,780.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,780.0>--<90.0,780.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * i (U+0069): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,780.0>--<90.0,750.0>> has the same coordinates as a previous segment. * i (U+0069): L<<90.0,750.0>--<60.0,750.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * i (U+0069): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * dotlessi (U+0131): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,810.0>--<210.0,780.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,750.0>--<210.0,780.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * iacute (U+00ED): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<60.0,690.0>--<60.0,660.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<60.0,720.0>--<60.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<60.0,690.0>--<30.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,750.0>--<90.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,750.0>--<150.0,780.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,780.0>--<120.0,780.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,810.0>--<120.0,780.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<120.0,780.0>--<90.0,780.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<150.0,780.0>--<150.0,810.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,780.0>--<90.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<90.0,750.0>--<60.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<60.0,750.0>--<60.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<60.0,720.0>--<30.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<180.0,750.0>--<180.0,780.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<30.0,690.0>--<30.0,660.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<30.0,720.0>--<30.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<30.0,690.0>--<0.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * icircumflex (U+00EE): L<<270.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<60.0,750.0>--<60.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<30.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<60.0,690.0>--<60.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<30.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<60.0,690.0>--<60.0,660.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<30.0,750.0>--<30.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<0.0,720.0>--<30.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<30.0,720.0>--<30.0,690.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<60.0,750.0>--<30.0,750.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<60.0,750.0>--<60.0,780.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<90.0,750.0>--<60.0,750.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * idieresis (U+00EF): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,750.0>--<150.0,780.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,810.0>--<120.0,780.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,780.0>--<90.0,780.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,780.0>--<90.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<90.0,750.0>--<60.0,750.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * i.loclTRK: L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,780.0>--<90.0,810.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,780.0>--<120.0,810.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,780.0>--<120.0,780.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,750.0>--<120.0,780.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,750.0>--<150.0,780.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<60.0,780.0>--<90.0,780.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,780.0>--<90.0,750.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<60.0,750.0>--<90.0,750.0>> has the same coordinates as a previous segment. * igrave (U+00EC): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,690.0>--<90.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<60.0,750.0>--<60.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<30.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<60.0,720.0>--<60.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<30.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<60.0,690.0>--<60.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<30.0,750.0>--<30.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<30.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<30.0,690.0>--<30.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<0.0,720.0>--<30.0,720.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<30.0,720.0>--<30.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<30.0,690.0>--<0.0,690.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<0.0,660.0>--<30.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<30.0,660.0>--<30.0,630.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<60.0,630.0>--<60.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * imacron (U+012B): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,750.0>--<150.0,780.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,810.0>--<120.0,780.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,780.0>--<90.0,780.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,780.0>--<90.0,750.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,750.0>--<60.0,750.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,0.0>--<180.0,0.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,0.0>--<150.0,0.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,0.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-30.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-60.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,-180.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,-180.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,-210.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<210.0,-180.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,-180.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-150.0>--<120.0,-180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-150.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-90.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<60.0,-120.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-120.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<60.0,-150.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-150.0>--<90.0,-180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-180.0>--<150.0,-180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,-180.0>--<150.0,-210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-180.0>--<120.0,-180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-180.0>--<120.0,-210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,-210.0>--<210.0,-210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,-210.0>--<180.0,-210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<180.0,-210.0>--<180.0,-240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-210.0>--<150.0,-210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<150.0,-210.0>--<150.0,-240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-210.0>--<120.0,-210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-210.0>--<120.0,-240.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<60.0,-180.0>--<90.0,-180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-180.0>--<90.0,-210.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<60.0,-150.0>--<60.0,-180.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<60.0,-150.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<60.0,-120.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<60.0,-120.0>--<30.0,-120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<60.0,-90.0>--<60.0,-120.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<90.0,-60.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-30.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * iogonek (U+012F): L<<120.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,750.0>--<150.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,810.0>--<120.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,780.0>--<90.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,720.0>--<90.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,780.0>--<90.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<90.0,750.0>--<60.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<300.0,-120.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<330.0,-120.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<330.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-90.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-60.0>--<360.0,-30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-30.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,-60.0>--<360.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,-60.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,-30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,0.0>--<420.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-30.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,-30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,-30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,0.0>--<510.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<300.0,-180.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<330.0,-180.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-180.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,-90.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-120.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,-120.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<330.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-120.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<300.0,-150.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<330.0,-120.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-150.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,-30.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-90.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,-60.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-120.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,-90.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,-120.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-60.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,-30.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-242.0>--<270.0,-240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-212.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-182.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-152.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-122.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-92.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-62.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-32.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,-2.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,28.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,58.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,88.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,118.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,148.0>--<270.0,150.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,178.0>--<270.0,180.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,208.0>--<270.0,210.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,238.0>--<270.0,240.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,268.0>--<270.0,270.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,298.0>--<270.0,300.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,328.0>--<270.0,330.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,358.0>--<270.0,360.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,388.0>--<270.0,390.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,418.0>--<270.0,420.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,448.0>--<270.0,450.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,478.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,508.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,538.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,568.0>--<270.0,570.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,598.0>--<270.0,600.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,628.0>--<270.0,630.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,658.0>--<270.0,660.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,688.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,718.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,748.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,778.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,808.0>--<270.0,810.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,838.0>--<270.0,840.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,868.0>--<270.0,870.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,898.0>--<270.0,900.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,928.0>--<270.0,930.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,958.0>--<270.0,960.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<270.0,988.0>--<270.0,990.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<510.0,750.0>--<480.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,810.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,780.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,780.0>--<420.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,750.0>--<480.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,750.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,780.0>--<480.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,780.0>--<480.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,810.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,780.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * ij (U+0133): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,240.0>--<210.0,210.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,210.0>--<210.0,180.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,150.0>--<210.0,120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,30.0>--<120.0,60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,0.0>--<120.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<30.0,-60.0>--<30.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<0.0,-90.0>--<30.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<30.0,-120.0>--<30.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<30.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<60.0,-120.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<60.0,-90.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<60.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-90.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-60.0>--<90.0,-30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,-60.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,-30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,0.0>--<150.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,0.0>--<180.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,-30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,0.0>--<210.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,-30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,0.0>--<240.0,0.0>> has the same coordinates as a previous segment. * j (U+006A): L<<0.0,-120.0>--<30.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<0.0,-150.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<30.0,-180.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<60.0,-180.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-180.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,-90.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-120.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,-90.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,-120.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,-150.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<60.0,-120.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-120.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<90.0,-150.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<30.0,-150.0>--<30.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<30.0,-120.0>--<60.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<60.0,-120.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<60.0,-150.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-150.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,-30.0>--<240.0,-30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,-30.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,-30.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-120.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,-90.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-60.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,-30.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * j (U+006A): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,750.0>--<180.0,780.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * j (U+006A): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,780.0>--<120.0,780.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * j (U+006A): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * j (U+006A): L<<120.0,750.0>--<90.0,750.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * j (U+006A): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,240.0>--<210.0,210.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,210.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,150.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,30.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,0.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<30.0,-60.0>--<30.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<0.0,-90.0>--<30.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<30.0,-120.0>--<30.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<30.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<60.0,-120.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<60.0,-90.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<60.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-90.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-60.0>--<90.0,-30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,-60.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,-30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,0.0>--<150.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,0.0>--<180.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,-30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,0.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,-30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,0.0>--<240.0,0.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<0.0,-120.0>--<30.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<0.0,-150.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<30.0,-180.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<60.0,-180.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-180.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,-90.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-120.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,-90.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,-120.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,-150.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<60.0,-120.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-120.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<90.0,-150.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<30.0,-150.0>--<30.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<30.0,-120.0>--<60.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<60.0,-120.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<60.0,-150.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-150.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,-30.0>--<240.0,-30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,-30.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,-30.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-120.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,-90.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-60.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,-30.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0237 (U+0237): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,240.0>--<210.0,210.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,210.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,150.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,30.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,0.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<30.0,-60.0>--<30.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<0.0,-90.0>--<30.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<30.0,-120.0>--<30.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<30.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<60.0,-120.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<60.0,-90.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<60.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-90.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-60.0>--<90.0,-30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,-60.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,-60.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,-30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,0.0>--<150.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,0.0>--<180.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,-30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,0.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,-30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,0.0>--<240.0,0.0>> has the same coordinates as a previous segment. * uni006A0301: L<<0.0,-120.0>--<30.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<0.0,-150.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<30.0,-180.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<60.0,-180.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-180.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,-90.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-120.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,-90.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,-120.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,-150.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<60.0,-120.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-120.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,-150.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<30.0,-150.0>--<30.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<30.0,-120.0>--<60.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<60.0,-120.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<60.0,-150.0>--<30.0,-150.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-150.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,-30.0>--<240.0,-30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,-30.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,-30.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-120.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,-90.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-60.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,-30.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,810.0>--<210.0,780.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni006A0301: L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni006A0301: L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni006A0301: L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni006A0301: L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uni006A0301: L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uni006A0301: L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * k (U+006B): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * k (U+006B): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * k (U+006B): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * k (U+006B): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * k (U+006B): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,420.0>--<300.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,390.0>--<270.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * k (U+006B): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,210.0>--<330.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,150.0>--<360.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * k (U+006B): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,420.0>--<300.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,390.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,360.0>--<330.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,390.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,180.0>--<330.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,210.0>--<330.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,210.0>--<330.0,210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,360.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,150.0>--<360.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,-240.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,-210.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,-210.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,-180.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,-90.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,-150.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<330.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,-60.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,-120.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,-120.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,-90.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<300.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<210.0,-120.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,-150.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0137 (U+0137): L<<270.0,-120.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * l (U+006C): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * l (U+006C): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * l (U+006C): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * l (U+006C): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * l (U+006C): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * l (U+006C): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * l (U+006C): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * l (U+006C): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * l (U+006C): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * l (U+006C): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * l (U+006C): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,990.0>--<210.0,960.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,990.0>--<180.0,960.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,960.0>--<210.0,960.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,960.0>--<180.0,960.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,960.0>--<180.0,930.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,960.0>--<150.0,930.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,930.0>--<180.0,930.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,930.0>--<150.0,930.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,930.0>--<150.0,900.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,900.0>--<150.0,900.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,900.0>--<120.0,870.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,870.0>--<120.0,870.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,870.0>--<90.0,840.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,930.0>--<210.0,960.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,960.0>--<240.0,960.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,840.0>--<120.0,870.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,870.0>--<150.0,870.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,900.0>--<180.0,930.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,930.0>--<210.0,930.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,930.0>--<120.0,900.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,900.0>--<90.0,900.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,870.0>--<150.0,900.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,900.0>--<180.0,900.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,900.0>--<90.0,870.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,870.0>--<60.0,870.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<60.0,840.0>--<90.0,840.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,810.0>--<90.0,840.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<90.0,840.0>--<120.0,840.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,810.0>--<120.0,840.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<120.0,840.0>--<150.0,840.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,840.0>--<150.0,870.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<150.0,870.0>--<180.0,870.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,870.0>--<180.0,900.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<180.0,900.0>--<210.0,900.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,900.0>--<210.0,930.0>> has the same coordinates as a previous segment. * lacute (U+013A): L<<210.0,930.0>--<240.0,930.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<300.0,600.0>--<300.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<330.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<390.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<360.0,810.0>--<360.0,780.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<360.0,780.0>--<360.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * lcaron (U+013E): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<60.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<60.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<60.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<60.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,720.0>--<90.0,750.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,-240.0>--<120.0,-210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,-210.0>--<120.0,-210.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,-210.0>--<150.0,-180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,-150.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,-180.0>--<150.0,-180.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,-150.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,-150.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,-120.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<210.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,-90.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,-60.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,-120.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,-90.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,-150.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<120.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni013C (U+013C): L<<150.0,-120.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,180.0>--<270.0,180.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,210.0>--<270.0,180.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,180.0>--<270.0,180.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,180.0>--<270.0,150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,150.0>--<270.0,120.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,150.0>--<210.0,120.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,210.0>--<210.0,180.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,210.0>--<180.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,240.0>--<210.0,210.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,360.0>--<270.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,390.0>--<270.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,390.0>--<270.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,570.0>--<270.0,600.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,600.0>--<270.0,630.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,600.0>--<270.0,600.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,570.0>--<270.0,570.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,630.0>--<270.0,630.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,630.0>--<240.0,600.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,600.0>--<240.0,570.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,570.0>--<240.0,570.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,600.0>--<210.0,570.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,630.0>--<210.0,600.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,660.0>--<210.0,630.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,450.0>--<240.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,420.0>--<240.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,360.0>--<240.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<210.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,270.0>--<240.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,300.0>--<240.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<330.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<330.0,420.0>--<330.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,360.0>--<300.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<300.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<60.0,240.0>--<30.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<90.0,300.0>--<90.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<60.0,300.0>--<60.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<60.0,270.0>--<30.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * lslash (U+0142): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,240.0>--<360.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,150.0>--<360.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,450.0>--<330.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<330.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,0.0>--<630.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,0.0>--<660.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,0.0>--<690.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,60.0>--<720.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,0.0>--<720.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,30.0>--<750.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,60.0>--<720.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,30.0>--<690.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,60.0>--<690.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,30.0>--<660.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,60.0>--<660.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,60.0>--<630.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,90.0>--<630.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,90.0>--<660.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,90.0>--<720.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,90.0>--<720.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,90.0>--<720.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,90.0>--<720.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,60.0>--<690.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,90.0>--<690.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,90.0>--<690.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,90.0>--<660.0,90.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,90.0>--<660.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,450.0>--<720.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,330.0>--<630.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,300.0>--<630.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,270.0>--<630.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,240.0>--<630.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,210.0>--<630.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,120.0>--<630.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,120.0>--<660.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,300.0>--<720.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,180.0>--<720.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,150.0>--<690.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,180.0>--<720.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<750.0,180.0>--<720.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,360.0>--<720.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,360.0>--<690.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,330.0>--<630.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,360.0>--<660.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,300.0>--<630.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,270.0>--<630.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,240.0>--<630.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,210.0>--<630.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,180.0>--<630.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,150.0>--<630.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,150.0>--<660.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,180.0>--<690.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,180.0>--<660.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,210.0>--<690.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,210.0>--<660.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,240.0>--<690.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,240.0>--<660.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,270.0>--<660.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,300.0>--<690.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,300.0>--<660.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,330.0>--<720.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,270.0>--<720.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,240.0>--<690.0,240.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,390.0>--<720.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,360.0>--<690.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,420.0>--<720.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,390.0>--<660.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,420.0>--<690.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,360.0>--<660.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,390.0>--<690.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,390.0>--<630.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,360.0>--<600.0,360.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,420.0>--<630.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,390.0>--<600.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,450.0>--<630.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,420.0>--<600.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,420.0>--<660.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,450.0>--<690.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,540.0>--<630.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,510.0>--<630.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,510.0>--<660.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,480.0>--<720.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,480.0>--<690.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<690.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,480.0>--<660.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,450.0>--<630.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,510.0>--<660.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<660.0,480.0>--<630.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,510.0>--<630.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,510.0>--<630.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,450.0>--<600.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,480.0>--<630.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,480.0>--<630.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<630.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,450.0>--<600.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,450.0>--<600.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,480.0>--<570.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,510.0>--<570.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,570.0>--<600.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,510.0>--<570.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<600.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<540.0,480.0>--<540.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<540.0,510.0>--<540.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * m (U+006D): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * m (U+006D): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * m (U+006D): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * m (U+006D): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * m (U+006D): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * n (U+006E): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * n (U+006E): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * n (U+006E): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,810.0>--<360.0,780.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,780.0>--<330.0,750.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * nacute (U+0144): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,810.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,780.0>--<420.0,810.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,750.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<420.0,780.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ncaron (U+0148): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,-240.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,-210.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,-210.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,-150.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,-180.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,-150.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<360.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,-60.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,-120.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,-120.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,-90.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<330.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,-150.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<270.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0146 (U+0146): L<<300.0,-120.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,750.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,750.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,750.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,750.0>--<480.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,780.0>--<210.0,810.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,780.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<480.0,780.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,810.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<450.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,810.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<420.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * ntilde (U+00F1): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,0.0>--<510.0,0.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,0.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,0.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,0.0>--<420.0,0.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,0.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,-30.0>--<510.0,-30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,-60.0>--<510.0,-60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,-90.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,-120.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,-90.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,-60.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,-30.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,-90.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<450.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,-60.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<480.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,-90.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,-60.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,-30.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,-30.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,-60.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,-120.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<420.0,-120.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,-120.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<360.0,-120.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,-30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * eng (U+014B): L<<510.0,0.0>--<540.0,0.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * o (U+006F): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * o (U+006F): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * oacute (U+00F3): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ocircumflex (U+00F4): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<180.0,750.0>--<180.0,780.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * odieresis (U+00F6): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,780.0>--<210.0,810.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ograve (U+00F2): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,810.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,810.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,810.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,780.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,780.0>--<420.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,780.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,750.0>--<450.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,780.0>--<480.0,780.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * ohungarumlaut (U+0151): L<<450.0,750.0>--<480.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,750.0>--<210.0,780.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,750.0>--<420.0,780.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * omacron (U+014D): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,360.0>--<540.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,540.0>--<270.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,180.0>--<240.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,420.0>--<240.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,420.0>--<210.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,210.0>--<210.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,240.0>--<210.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,270.0>--<210.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,390.0>--<210.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,360.0>--<210.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,330.0>--<210.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,360.0>--<570.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,360.0>--<540.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,270.0>--<540.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,240.0>--<540.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<600.0,540.0>--<600.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<600.0,480.0>--<600.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<600.0,510.0>--<630.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,540.0>--<570.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,510.0>--<570.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,450.0>--<570.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,480.0>--<600.0,480.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,420.0>--<540.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,450.0>--<570.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,390.0>--<540.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,420.0>--<570.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,360.0>--<360.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,330.0>--<300.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,300.0>--<300.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<300.0,240.0>--<300.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,270.0>--<270.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,210.0>--<240.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,240.0>--<270.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<240.0,210.0>--<270.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,180.0>--<270.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<270.0,210.0>--<300.0,210.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<60.0,30.0>--<30.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<60.0,0.0>--<60.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<60.0,30.0>--<60.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<60.0,90.0>--<60.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<60.0,60.0>--<30.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,120.0>--<90.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<90.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,30.0>--<120.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<570.0,540.0>--<570.0,570.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<600.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<600.0,540.0>--<600.0,570.0>> has the same coordinates as a previous segment. * oslash (U+00F8): L<<630.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,750.0>--<180.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,750.0>--<210.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,750.0>--<420.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,780.0>--<180.0,810.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,780.0>--<360.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<450.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,810.0>--<420.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<420.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,810.0>--<390.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<390.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<360.0,660.0>--<360.0,630.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<210.0,780.0>--<210.0,810.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<330.0,660.0>--<330.0,630.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * otilde (U+00F5): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,360.0>--<720.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,360.0>--<750.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,360.0>--<780.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,360.0>--<810.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<840.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<840.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,450.0>--<810.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,450.0>--<750.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,390.0>--<720.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,390.0>--<750.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,420.0>--<780.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,390.0>--<780.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,420.0>--<810.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,390.0>--<780.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,450.0>--<720.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,450.0>--<690.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,450.0>--<720.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,450.0>--<720.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,450.0>--<780.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,510.0>--<780.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,480.0>--<720.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,510.0>--<720.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,510.0>--<690.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,510.0>--<720.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,510.0>--<750.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,540.0>--<720.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,510.0>--<690.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,570.0>--<690.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,540.0>--<690.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,540.0>--<660.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,570.0>--<660.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,540.0>--<630.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,510.0>--<660.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,510.0>--<630.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,480.0>--<630.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,450.0>--<630.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,480.0>--<660.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,480.0>--<600.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,510.0>--<600.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,480.0>--<570.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,540.0>--<600.0,570.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,570.0>--<630.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,510.0>--<600.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,540.0>--<630.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,540.0>--<630.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,510.0>--<600.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,570.0>--<570.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,570.0>--<540.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,450.0>--<510.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,450.0>--<540.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,480.0>--<570.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,510.0>--<570.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,540.0>--<570.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,540.0>--<540.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,510.0>--<540.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,150.0>--<720.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,150.0>--<750.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,150.0>--<780.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,150.0>--<810.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,150.0>--<840.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,150.0>--<810.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,150.0>--<810.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,150.0>--<780.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,150.0>--<780.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,150.0>--<750.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,150.0>--<750.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,150.0>--<720.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,150.0>--<690.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,90.0>--<720.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,120.0>--<750.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,90.0>--<750.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,120.0>--<780.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,90.0>--<780.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,60.0>--<780.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,90.0>--<780.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,120.0>--<810.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,90.0>--<780.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,60.0>--<780.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,60.0>--<750.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,90.0>--<750.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,90.0>--<750.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,60.0>--<720.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,90.0>--<720.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,90.0>--<720.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,60.0>--<720.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,60.0>--<720.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,30.0>--<720.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,30.0>--<690.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,30.0>--<660.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,30.0>--<630.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,30.0>--<600.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,30.0>--<570.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,30.0>--<540.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,30.0>--<510.0,0.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,30.0>--<540.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,30.0>--<600.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,30.0>--<600.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,30.0>--<630.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,30.0>--<660.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,60.0>--<690.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,30.0>--<660.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,90.0>--<690.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,90.0>--<690.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,90.0>--<660.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,90.0>--<630.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,60.0>--<570.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,90.0>--<570.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,90.0>--<570.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,90.0>--<570.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,90.0>--<600.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,90.0>--<630.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,120.0>--<660.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,360.0>--<840.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,360.0>--<810.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,360.0>--<780.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,360.0>--<780.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,360.0>--<720.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,330.0>--<840.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,330.0>--<780.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,330.0>--<750.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,330.0>--<660.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,330.0>--<630.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,330.0>--<600.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,330.0>--<570.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,330.0>--<540.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,330.0>--<720.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,330.0>--<810.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,330.0>--<810.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,300.0>--<840.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,300.0>--<810.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,300.0>--<780.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,300.0>--<780.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,300.0>--<720.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,300.0>--<690.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,300.0>--<690.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,300.0>--<660.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,300.0>--<630.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,300.0>--<630.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,300.0>--<600.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,300.0>--<600.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,300.0>--<570.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,300.0>--<570.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,240.0>--<510.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<540.0,270.0>--<570.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<570.0,270.0>--<600.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,240.0>--<660.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<660.0,270.0>--<690.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<690.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,240.0>--<720.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<720.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,240.0>--<750.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<750.0,270.0>--<780.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,240.0>--<780.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,240.0>--<810.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<810.0,270.0>--<840.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,240.0>--<600.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<600.0,270.0>--<630.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<630.0,270.0>--<630.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * oe (U+0153): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,480.0>--<240.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,510.0>--<330.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,420.0>--<510.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,30.0>--<90.0,0.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-30.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-150.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,0.0>--<120.0,0.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-60.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-150.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-150.0>--<90.0,-180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-150.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-120.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-120.0>--<60.0,-120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-90.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-60.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-60.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-30.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,-30.0>--<60.0,-30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<60.0,0.0>--<90.0,0.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,0.0>--<90.0,-30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,0.0>--<150.0,0.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,-30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,0.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-30.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-60.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-30.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-90.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-150.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-180.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,-180.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-150.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,-150.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-120.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,-120.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-90.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,-60.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,0.0>--<150.0,0.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<180.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,0.0>--<180.0,0.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * p (U+0070): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,390.0>--<240.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,420.0>--<270.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,420.0>--<270.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,390.0>--<300.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,480.0>--<330.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,420.0>--<360.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,450.0>--<330.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,360.0>--<510.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,330.0>--<540.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,0.0>--<330.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,0.0>--<360.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,60.0>--<480.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,420.0>--<210.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,450.0>--<210.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,30.0>--<90.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-30.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-150.0>--<210.0,-150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,480.0>--<210.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,0.0>--<120.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-30.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-60.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-150.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,540.0>--<60.0,540.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-150.0>--<90.0,-180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-150.0>--<60.0,-150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-120.0>--<90.0,-150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-120.0>--<60.0,-120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-90.0>--<90.0,-120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-90.0>--<60.0,-90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-60.0>--<90.0,-90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-60.0>--<60.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-30.0>--<90.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,-30.0>--<60.0,-30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<60.0,0.0>--<90.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,0.0>--<90.0,-30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,0.0>--<150.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,-30.0>--<150.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,0.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-30.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-60.0>--<120.0,-30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-30.0>--<150.0,-30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-90.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-150.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-180.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,-180.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-150.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,-150.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-120.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,-120.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-90.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,-60.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,0.0>--<150.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,0.0>--<180.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,360.0>--<210.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,390.0>--<240.0,390.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,570.0>--<60.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,600.0>--<60.0,600.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,630.0>--<60.0,630.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,660.0>--<60.0,660.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,690.0>--<60.0,690.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,690.0>--<90.0,720.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,750.0>--<90.0,720.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,720.0>--<60.0,720.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,720.0>--<120.0,750.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,720.0>--<150.0,750.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,720.0>--<180.0,750.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,630.0>--<90.0,660.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,660.0>--<90.0,690.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,690.0>--<120.0,720.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,690.0>--<150.0,720.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<180.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,660.0>--<120.0,690.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,600.0>--<120.0,630.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * thorn (U+00FE): L<<150.0,600.0>--<120.0,600.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,300.0>--<90.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,210.0>--<450.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,-30.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,-60.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-90.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-120.0>--<480.0,-120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-150.0>--<480.0,-150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,330.0>--<480.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,-180.0>--<480.0,-150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,-150.0>--<480.0,-120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,-150.0>--<480.0,-150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,-120.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,-120.0>--<480.0,-120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,-90.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,-90.0>--<480.0,-90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,-60.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,-60.0>--<480.0,-60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,-30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,0.0>--<510.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,0.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,-30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,0.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,-60.0>--<390.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,-30.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-60.0>--<420.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-30.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-60.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-60.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-90.0>--<450.0,-90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-90.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-120.0>--<450.0,-120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-120.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-150.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,-150.0>--<450.0,-180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,-180.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-150.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,-150.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-120.0>--<420.0,-150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,-120.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-90.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,-90.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,-60.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-60.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,-90.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,270.0>--<450.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,480.0>--<360.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<420.0,0.0>--<390.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<390.0,0.0>--<360.0,0.0>> has the same coordinates as a previous segment. * q (U+0071): L<<330.0,540.0>--<330.0,570.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * q (U+0071): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * r (U+0072): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * r (U+0072): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * r (U+0072): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * r (U+0072): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * r (U+0072): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * r (U+0072): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * r (U+0072): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * r (U+0072): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * r (U+0072): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,810.0>--<270.0,780.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * racute (U+0155): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<330.0,780.0>--<330.0,810.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,810.0>--<120.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<90.0,780.0>--<120.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,780.0>--<360.0,810.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<360.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * rcaron (U+0159): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,480.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,540.0>--<360.0,570.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,510.0>--<360.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<300.0,540.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<240.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<240.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<300.0,480.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<270.0,480.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<270.0,570.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,-240.0>--<120.0,-210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,-210.0>--<120.0,-210.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,-210.0>--<150.0,-180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,-150.0>--<180.0,-180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,-180.0>--<150.0,-180.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,-150.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,-150.0>--<180.0,-150.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,-120.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<210.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,-90.0>--<120.0,-60.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,-60.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,-120.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,-90.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,-150.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<120.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * uni0157 (U+0157): L<<150.0,-120.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * s (U+0073): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * s (U+0073): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * s (U+0073): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * s (U+0073): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * sacute (U+015B): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,780.0>--<360.0,810.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * scaron (U+0161): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,0.0>--<270.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,0.0>--<300.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-30.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-60.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-30.0>--<300.0,-30.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-30.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-60.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,-60.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-60.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-90.0>--<270.0,-60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-60.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-90.0>--<300.0,-60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-150.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-180.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-180.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-150.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-180.0>--<210.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-180.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,-120.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-90.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,-150.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,-180.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-210.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-180.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-210.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-180.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<210.0,-210.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-240.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<240.0,-210.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-240.0>--<270.0,-210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<270.0,-210.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-240.0>--<300.0,-210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<300.0,-210.0>--<330.0,-210.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,-210.0>--<330.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,-180.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,-180.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,-150.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,-150.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,-120.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<390.0,-120.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<330.0,-90.0>--<330.0,-60.0>> has the same coordinates as a previous segment. * scedilla (U+015F): L<<360.0,-90.0>--<330.0,-90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,450.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,480.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,510.0>--<360.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,510.0>--<360.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,570.0>--<360.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,540.0>--<360.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,540.0>--<360.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,540.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,570.0>--<330.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,510.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,510.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,480.0>--<330.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,480.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,480.0>--<270.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,540.0>--<270.0,570.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,570.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,510.0>--<270.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,540.0>--<300.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,510.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,570.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,570.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,480.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,540.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,540.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,540.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,510.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<30.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,150.0>--<60.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,360.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,150.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,60.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,30.0>--<180.0,0.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,90.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,240.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,240.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,300.0>--<270.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,270.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,270.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,300.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,330.0>--<270.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,330.0>--<270.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,330.0>--<300.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,240.0>--<300.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,300.0>--<330.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,330.0>--<330.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,240.0>--<360.0,210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,450.0>--<360.0,450.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<360.0,450.0>--<360.0,420.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,-240.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,-210.0>--<240.0,-210.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,-210.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,-150.0>--<300.0,-180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,-180.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,-90.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,-150.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,-150.0>--<300.0,-150.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,-120.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<330.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,-60.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,-60.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,-120.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,-120.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,-90.0>--<300.0,-90.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,-90.0>--<300.0,-120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<300.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<210.0,-120.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,-150.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<240.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni0219 (U+0219): L<<270.0,-120.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,30.0>--<60.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,60.0>--<60.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,120.0>--<60.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,210.0>--<150.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,30.0>--<150.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,0.0>--<90.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,30.0>--<120.0,0.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<60.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<60.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,240.0>--<180.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,240.0>--<180.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,360.0>--<180.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,450.0>--<180.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,480.0>--<180.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,570.0>--<180.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,600.0>--<180.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,570.0>--<180.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,630.0>--<180.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,630.0>--<150.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,600.0>--<150.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,570.0>--<90.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,570.0>--<90.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<90.0,600.0>--<90.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,660.0>--<120.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,630.0>--<90.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,660.0>--<90.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<120.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,270.0>--<150.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,600.0>--<210.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,600.0>--<330.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,630.0>--<330.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,720.0>--<300.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,630.0>--<300.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,630.0>--<300.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<240.0,600.0>--<240.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,630.0>--<270.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,630.0>--<240.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<270.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,630.0>--<540.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,630.0>--<510.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,630.0>--<540.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,660.0>--<570.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,720.0>--<510.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,690.0>--<540.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,660.0>--<510.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,660.0>--<480.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,660.0>--<450.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,660.0>--<420.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,660.0>--<390.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,630.0>--<390.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,600.0>--<390.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,630.0>--<420.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,600.0>--<420.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,630.0>--<450.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,600.0>--<450.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,630.0>--<480.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,630.0>--<480.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,600.0>--<540.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,630.0>--<570.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,600.0>--<570.0,630.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,150.0>--<570.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,480.0>--<480.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,150.0>--<570.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,150.0>--<540.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,90.0>--<450.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,60.0>--<540.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,90.0>--<540.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,30.0>--<450.0,0.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,30.0>--<420.0,0.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,30.0>--<390.0,0.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,30.0>--<390.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,60.0>--<450.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,90.0>--<420.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,120.0>--<420.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,210.0>--<540.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,210.0>--<510.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,180.0>--<570.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<600.0,180.0>--<570.0,180.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,240.0>--<540.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,330.0>--<510.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,270.0>--<480.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,270.0>--<510.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,300.0>--<540.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,30.0>--<360.0,0.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,150.0>--<330.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,240.0>--<570.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,300.0>--<540.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,330.0>--<510.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,600.0>--<600.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,570.0>--<600.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,480.0>--<540.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,510.0>--<570.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,540.0>--<540.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,570.0>--<570.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,600.0>--<570.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,600.0>--<570.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,570.0>--<540.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,600.0>--<540.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,600.0>--<540.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,570.0>--<510.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,600.0>--<510.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,600.0>--<510.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,600.0>--<480.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,600.0>--<480.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,570.0>--<480.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,600.0>--<450.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,600.0>--<450.0,570.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,570.0>--<210.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<210.0,600.0>--<240.0,600.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,450.0>--<540.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,480.0>--<540.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,390.0>--<330.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,390.0>--<300.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,390.0>--<330.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,390.0>--<330.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,390.0>--<360.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,390.0>--<360.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,360.0>--<330.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,330.0>--<330.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,360.0>--<450.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,420.0>--<300.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<330.0,420.0>--<330.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,420.0>--<330.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<360.0,420.0>--<360.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,420.0>--<360.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,210.0>--<480.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,210.0>--<510.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,210.0>--<540.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,240.0>--<570.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,210.0>--<540.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,210.0>--<570.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,240.0>--<600.0,240.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<600.0,210.0>--<570.0,210.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<510.0,540.0>--<540.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,510.0>--<540.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<540.0,540.0>--<570.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,510.0>--<540.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,510.0>--<570.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<570.0,540.0>--<600.0,540.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<600.0,510.0>--<570.0,510.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,150.0>--<420.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * germandbls (U+00DF): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<30.0,450.0>--<30.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,450.0>--<60.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,600.0>--<90.0,570.0>> has the same coordinates as a previous segment. * t (U+0074): L<<90.0,570.0>--<60.0,570.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * t (U+0074): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * t (U+0074): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * t (U+0074): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,540.0>--<60.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,510.0>--<60.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,480.0>--<30.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<30.0,510.0>--<30.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<30.0,480.0>--<0.0,480.0>> has the same coordinates as a previous segment. * t (U+0074): L<<30.0,540.0>--<30.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<30.0,510.0>--<0.0,510.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * t (U+0074): L<<0.0,450.0>--<30.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<30.0,420.0>--<30.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * t (U+0074): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<30.0,450.0>--<30.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,450.0>--<60.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,600.0>--<90.0,570.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<90.0,570.0>--<60.0,570.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,540.0>--<60.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,510.0>--<60.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,480.0>--<30.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<30.0,510.0>--<30.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<30.0,480.0>--<0.0,480.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<30.0,540.0>--<30.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<30.0,510.0>--<0.0,510.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<0.0,450.0>--<30.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<30.0,420.0>--<30.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<360.0,600.0>--<360.0,630.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<390.0,630.0>--<360.0,630.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<420.0,690.0>--<420.0,660.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<420.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<450.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<450.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<450.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<420.0,810.0>--<420.0,780.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<360.0,780.0>--<360.0,810.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<390.0,810.0>--<390.0,780.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<360.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<420.0,780.0>--<420.0,750.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<420.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * tcaron (U+0165): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,630.0>--<210.0,630.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,600.0>--<210.0,600.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,570.0>--<210.0,570.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,540.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,450.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,450.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,450.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,450.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,420.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<30.0,450.0>--<30.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,450.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,660.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,630.0>--<180.0,630.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,630.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,630.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,600.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,600.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,570.0>--<120.0,570.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,540.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,570.0>--<150.0,600.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,600.0>--<180.0,600.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,600.0>--<180.0,570.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,570.0>--<150.0,570.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,510.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,150.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,60.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,30.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,30.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,90.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,120.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,150.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,120.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,150.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,180.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,210.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,180.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,210.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,240.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,270.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,540.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,510.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,480.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,480.0>--<300.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,510.0>--<330.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<330.0,480.0>--<300.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,510.0>--<270.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,480.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,480.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,510.0>--<240.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,510.0>--<210.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,510.0>--<240.0,540.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,540.0>--<270.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,510.0>--<240.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,600.0>--<90.0,570.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<90.0,570.0>--<60.0,570.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,630.0>--<120.0,600.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<120.0,600.0>--<90.0,600.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,660.0>--<150.0,630.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<150.0,630.0>--<120.0,630.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,540.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,510.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,480.0>--<30.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<30.0,510.0>--<30.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<30.0,480.0>--<0.0,480.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<30.0,540.0>--<30.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<30.0,510.0>--<0.0,510.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<0.0,450.0>--<30.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<30.0,420.0>--<30.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,420.0>--<210.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,450.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,420.0>--<240.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,450.0>--<270.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,420.0>--<270.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,450.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,420.0>--<300.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,450.0>--<330.0,450.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,-240.0>--<210.0,-210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,-210.0>--<210.0,-210.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,-210.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,-150.0>--<270.0,-180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,-180.0>--<240.0,-180.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,-150.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,-150.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,-150.0>--<270.0,-150.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,-120.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<300.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,-60.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,-90.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,-60.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,-120.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,-90.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,-120.0>--<240.0,-90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,-90.0>--<270.0,-90.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,-90.0>--<270.0,-120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<270.0,-120.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<180.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,-150.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<210.0,-120.0>--<240.0,-120.0>> has the same coordinates as a previous segment. * uni021B (U+021B): L<<240.0,-120.0>--<240.0,-150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * u (U+0075): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * u (U+0075): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * u (U+0075): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,810.0>--<300.0,780.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<180.0,660.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,630.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * uacute (U+00FA): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,780.0>--<360.0,810.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,810.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,780.0>--<180.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,810.0>--<150.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,780.0>--<150.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ubreve (U+016D): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<180.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<150.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * ucircumflex (U+00FB): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<240.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,690.0>--<180.0,660.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<120.0,720.0>--<150.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<180.0,750.0>--<180.0,780.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * udieresis (U+00FC): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,780.0>--<210.0,810.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,750.0>--<270.0,780.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,720.0>--<270.0,750.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,720.0>--<300.0,750.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,750.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,630.0>--<300.0,660.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<270.0,690.0>--<270.0,660.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * ugrave (U+00F9): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<240.0,810.0>--<240.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,810.0>--<210.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<240.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,660.0>--<150.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,720.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,690.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,690.0>--<90.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<90.0,660.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,630.0>--<120.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<120.0,660.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,630.0>--<150.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<150.0,660.0>--<180.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,690.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<240.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,810.0>--<450.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,810.0>--<420.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,780.0>--<450.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,780.0>--<420.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,780.0>--<390.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,750.0>--<450.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,780.0>--<480.0,780.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,630.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<330.0,660.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,630.0>--<360.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * uhungarumlaut (U+0171): L<<450.0,750.0>--<480.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,690.0>--<240.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,690.0>--<270.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,720.0>--<270.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,720.0>--<240.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,720.0>--<210.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,750.0>--<210.0,780.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,750.0>--<210.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,750.0>--<270.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,750.0>--<300.0,780.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,750.0>--<240.0,780.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,780.0>--<180.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,750.0>--<180.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,720.0>--<180.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,780.0>--<150.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,720.0>--<150.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,750.0>--<150.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,750.0>--<150.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,720.0>--<120.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,690.0>--<150.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<150.0,690.0>--<150.0,660.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,660.0>--<180.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<180.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,660.0>--<210.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,660.0>--<360.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,660.0>--<390.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,690.0>--<390.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,720.0>--<390.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<390.0,750.0>--<390.0,780.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,780.0>--<120.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,720.0>--<120.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,750.0>--<120.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,750.0>--<120.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,720.0>--<90.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<90.0,690.0>--<120.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<120.0,690.0>--<120.0,660.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,750.0>--<420.0,780.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,690.0>--<420.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,720.0>--<420.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<450.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * umacron (U+016B): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,0.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,0.0>--<450.0,0.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,0.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,-30.0>--<480.0,-30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-30.0>--<450.0,-30.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,-30.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-60.0>--<450.0,-60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-60.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-90.0>--<420.0,-90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,-180.0>--<450.0,-150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,-180.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,-210.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<510.0,-180.0>--<480.0,-180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,-180.0>--<480.0,-150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-150.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-120.0>--<420.0,-120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-90.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,-120.0>--<390.0,-120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-120.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,-150.0>--<390.0,-150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-150.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-180.0>--<450.0,-180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,-180.0>--<450.0,-210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-180.0>--<420.0,-180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-180.0>--<420.0,-210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,-210.0>--<510.0,-210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,-210.0>--<480.0,-210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<480.0,-210.0>--<480.0,-240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-210.0>--<450.0,-210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<450.0,-210.0>--<450.0,-240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-210.0>--<420.0,-210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-210.0>--<420.0,-240.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,-180.0>--<390.0,-180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-180.0>--<390.0,-210.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,-150.0>--<360.0,-180.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,-150.0>--<330.0,-150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,-120.0>--<360.0,-150.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,-120.0>--<330.0,-120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<360.0,-90.0>--<360.0,-120.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-90.0>--<360.0,-90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<390.0,-60.0>--<390.0,-90.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-30.0>--<420.0,-60.0>> has the same coordinates as a previous segment. * uogonek (U+0173): L<<420.0,-60.0>--<390.0,-60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,150.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,570.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,330.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,420.0>--<420.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,390.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,450.0>--<420.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,420.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,480.0>--<420.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,450.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,510.0>--<420.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,480.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,540.0>--<420.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,510.0>--<390.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,390.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,360.0>--<450.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<510.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,330.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,150.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,120.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,90.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,60.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,30.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,0.0>--<390.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,60.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<480.0,30.0>--<480.0,0.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,90.0>--<450.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,180.0>--<450.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,330.0>--<450.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<450.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,570.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,570.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,570.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,570.0>--<60.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,540.0>--<30.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,510.0>--<60.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,510.0>--<90.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,480.0>--<180.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,480.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,480.0>--<60.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,480.0>--<60.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,480.0>--<90.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,120.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,270.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,330.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,450.0>--<180.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,450.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,450.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,450.0>--<60.0,450.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,420.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,150.0>--<30.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,180.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,270.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,330.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,360.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,390.0>--<60.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,390.0>--<60.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,360.0>--<30.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<30.0,390.0>--<60.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,210.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,210.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,270.0>--<150.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,330.0>--<150.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,360.0>--<150.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,420.0>--<150.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,420.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,390.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,360.0>--<90.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,360.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,330.0>--<90.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,330.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,240.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,270.0>--<90.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,240.0>--<60.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,270.0>--<90.0,270.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,330.0>--<90.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,300.0>--<60.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,180.0>--<60.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,150.0>--<60.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,150.0>--<60.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,150.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,180.0>--<90.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,60.0>--<120.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,90.0>--<90.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,90.0>--<60.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,90.0>--<120.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,60.0>--<120.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<120.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,60.0>--<150.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,60.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,60.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,90.0>--<150.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,90.0>--<150.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,30.0>--<210.0,0.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,60.0>--<210.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,30.0>--<180.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<180.0,60.0>--<210.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,0.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,30.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,60.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,90.0>--<240.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,90.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,120.0>--<360.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,120.0>--<330.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,120.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,90.0>--<270.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,60.0>--<270.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,0.0>--<300.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,60.0>--<360.0,30.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,150.0>--<360.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<360.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,780.0>--<270.0,750.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,780.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,750.0>--<240.0,750.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,690.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,660.0>--<240.0,690.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,690.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,780.0>--<210.0,780.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,780.0>--<240.0,810.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,780.0>--<240.0,780.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,780.0>--<270.0,810.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,780.0>--<270.0,780.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,780.0>--<300.0,810.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,780.0>--<300.0,780.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,750.0>--<330.0,780.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,660.0>--<330.0,690.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,660.0>--<330.0,660.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<300.0,660.0>--<300.0,630.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<270.0,660.0>--<270.0,630.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<240.0,660.0>--<240.0,630.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,690.0>--<210.0,660.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,720.0>--<210.0,690.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,690.0>--<180.0,690.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,750.0>--<210.0,720.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,720.0>--<180.0,720.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,780.0>--<210.0,750.0>> has the same coordinates as a previous segment. * uring (U+016F): L<<210.0,750.0>--<180.0,750.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * v (U+0076): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * v (U+0076): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * v (U+0076): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * v (U+0076): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * v (U+0076): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * v (U+0076): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * v (U+0076): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,120.0>--<600.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<630.0,120.0>--<630.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,120.0>--<660.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,150.0>--<690.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,180.0>--<690.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,180.0>--<660.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,180.0>--<690.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,180.0>--<720.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,180.0>--<750.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,180.0>--<780.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,150.0>--<720.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,180.0>--<780.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,90.0>--<600.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,30.0>--<600.0,0.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<630.0,90.0>--<630.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<630.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,90.0>--<660.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,60.0>--<660.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<660.0,90.0>--<690.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<630.0,30.0>--<630.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<630.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * w (U+0077): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * w (U+0077): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,300.0>--<750.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<810.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,240.0>--<780.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,210.0>--<690.0,210.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,240.0>--<750.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,270.0>--<780.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,300.0>--<780.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,300.0>--<780.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,300.0>--<720.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,270.0>--<720.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,240.0>--<690.0,240.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,540.0>--<660.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,540.0>--<720.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,480.0>--<810.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,450.0>--<810.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<810.0,330.0>--<780.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,510.0>--<780.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<810.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,540.0>--<780.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<810.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,510.0>--<720.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,540.0>--<750.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,390.0>--<720.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,450.0>--<720.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,480.0>--<720.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<690.0,510.0>--<720.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,510.0>--<720.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,390.0>--<750.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,420.0>--<780.0,420.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,420.0>--<780.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,360.0>--<750.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,390.0>--<780.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,390.0>--<780.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,360.0>--<780.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,360.0>--<780.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<720.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * w (U+0077): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * w (U+0077): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,120.0>--<600.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<630.0,120.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,120.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,150.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,180.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,180.0>--<660.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,180.0>--<690.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,180.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,180.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,180.0>--<780.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,150.0>--<720.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,180.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,90.0>--<600.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,30.0>--<600.0,0.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<630.0,90.0>--<630.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<630.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,90.0>--<660.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,60.0>--<660.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<660.0,90.0>--<690.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<630.0,30.0>--<630.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<630.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,300.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<810.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,240.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,210.0>--<690.0,210.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,240.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,270.0>--<780.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,300.0>--<780.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,300.0>--<780.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,300.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,270.0>--<720.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,240.0>--<690.0,240.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,540.0>--<660.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,540.0>--<720.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,480.0>--<810.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,450.0>--<810.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<810.0,330.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,510.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<810.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,540.0>--<780.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<810.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,510.0>--<720.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,540.0>--<750.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,390.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,450.0>--<720.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,480.0>--<720.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<690.0,510.0>--<720.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,510.0>--<720.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,390.0>--<750.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,420.0>--<780.0,420.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,420.0>--<780.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,360.0>--<750.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,390.0>--<780.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,390.0>--<780.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,360.0>--<780.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,360.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<720.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,810.0>--<510.0,780.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,810.0>--<480.0,780.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,780.0>--<510.0,780.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,780.0>--<480.0,780.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,780.0>--<480.0,750.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,780.0>--<450.0,750.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,750.0>--<480.0,750.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,750.0>--<450.0,720.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,690.0>--<420.0,690.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,690.0>--<390.0,660.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,750.0>--<510.0,780.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,780.0>--<540.0,780.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,660.0>--<420.0,690.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,750.0>--<510.0,750.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,690.0>--<450.0,720.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<360.0,660.0>--<390.0,660.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,630.0>--<390.0,660.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<390.0,660.0>--<420.0,660.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,630.0>--<420.0,660.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<420.0,660.0>--<450.0,660.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,660.0>--<450.0,690.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * wacute (U+1E83): L<<510.0,750.0>--<540.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,120.0>--<600.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<630.0,120.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,120.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,150.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,180.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,180.0>--<660.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,180.0>--<690.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,180.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,180.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,180.0>--<780.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,150.0>--<720.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,180.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,90.0>--<600.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,30.0>--<600.0,0.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<630.0,90.0>--<630.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<630.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,90.0>--<660.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,60.0>--<660.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<660.0,90.0>--<690.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<630.0,30.0>--<630.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<630.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,300.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<810.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,240.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,210.0>--<690.0,210.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,240.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,270.0>--<780.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,300.0>--<780.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,300.0>--<780.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,300.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,270.0>--<720.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,240.0>--<690.0,240.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,540.0>--<660.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,540.0>--<720.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,480.0>--<810.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,450.0>--<810.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<810.0,330.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,510.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<810.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,540.0>--<780.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<810.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,510.0>--<720.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,540.0>--<750.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,390.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,450.0>--<720.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,480.0>--<720.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<690.0,510.0>--<720.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,510.0>--<720.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,390.0>--<750.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,420.0>--<780.0,420.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,420.0>--<780.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,360.0>--<750.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,390.0>--<780.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,390.0>--<780.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,360.0>--<780.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,360.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<720.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,690.0>--<390.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,720.0>--<360.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,780.0>--<420.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,750.0>--<450.0,780.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,810.0>--<420.0,780.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<420.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<450.0,780.0>--<450.0,810.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,780.0>--<450.0,780.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,780.0>--<390.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<360.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<480.0,750.0>--<480.0,780.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,750.0>--<480.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<510.0,720.0>--<510.0,750.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,690.0>--<330.0,660.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<330.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,660.0>--<540.0,690.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * wcircumflex (U+0175): L<<570.0,690.0>--<540.0,690.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,120.0>--<600.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<630.0,120.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,120.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,150.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,180.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,180.0>--<660.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,180.0>--<690.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,180.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,180.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,180.0>--<780.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,150.0>--<720.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,180.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,90.0>--<600.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,30.0>--<600.0,0.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<630.0,90.0>--<630.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<630.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,90.0>--<660.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,60.0>--<660.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<660.0,90.0>--<690.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<630.0,30.0>--<630.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<630.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,300.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<810.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,240.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,210.0>--<690.0,210.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,240.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,270.0>--<780.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,300.0>--<780.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,300.0>--<780.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,300.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,270.0>--<720.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,240.0>--<690.0,240.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,540.0>--<660.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,540.0>--<720.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,480.0>--<810.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,450.0>--<810.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<810.0,330.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,510.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<810.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,540.0>--<780.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<810.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,510.0>--<720.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,540.0>--<750.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,390.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,450.0>--<720.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,480.0>--<720.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<690.0,510.0>--<720.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,510.0>--<720.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,390.0>--<750.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,420.0>--<780.0,420.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,420.0>--<780.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,360.0>--<750.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,390.0>--<780.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,390.0>--<780.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,360.0>--<780.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,360.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<720.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<420.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,750.0>--<360.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,690.0>--<360.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,720.0>--<390.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,720.0>--<390.0,690.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,690.0>--<360.0,690.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,690.0>--<360.0,660.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,720.0>--<480.0,690.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,720.0>--<540.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,690.0>--<510.0,660.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,750.0>--<330.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<330.0,720.0>--<330.0,690.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,720.0>--<540.0,750.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,690.0>--<540.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,720.0>--<570.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<390.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<540.0,750.0>--<510.0,750.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,750.0>--<510.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,780.0>--<510.0,750.0>> has the same coordinates as a previous segment. * wdieresis (U+1E85): L<<510.0,750.0>--<480.0,750.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<330.0,180.0>--<330.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<330.0,150.0>--<300.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,180.0>--<330.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,30.0>--<330.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,90.0>--<300.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,90.0>--<300.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,60.0>--<300.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<330.0,60.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,90.0>--<390.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<330.0,30.0>--<330.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,540.0>--<390.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,270.0>--<510.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,240.0>--<510.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,210.0>--<390.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,540.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,510.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,480.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,450.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,420.0>--<450.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,450.0>--<450.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,330.0>--<480.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,300.0>--<420.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,300.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,240.0>--<390.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,270.0>--<420.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,270.0>--<420.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,210.0>--<390.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,240.0>--<450.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,270.0>--<480.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,180.0>--<540.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,180.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<540.0,150.0>--<540.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,120.0>--<510.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<540.0,120.0>--<540.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<540.0,150.0>--<570.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,120.0>--<570.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,120.0>--<600.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<630.0,120.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,120.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,120.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,120.0>--<720.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,150.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,180.0>--<690.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,150.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,180.0>--<660.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,150.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<630.0,180.0>--<630.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<630.0,150.0>--<600.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,180.0>--<630.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,180.0>--<660.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,180.0>--<660.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,180.0>--<690.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,180.0>--<690.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,180.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,180.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,180.0>--<780.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,150.0>--<720.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,180.0>--<750.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,180.0>--<750.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,150.0>--<720.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,180.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,30.0>--<540.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,120.0>--<600.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,90.0>--<600.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,120.0>--<630.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,60.0>--<630.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,30.0>--<630.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,0.0>--<570.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,30.0>--<600.0,0.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,60.0>--<570.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,90.0>--<600.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,90.0>--<600.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,30.0>--<570.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,60.0>--<600.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,60.0>--<600.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<600.0,30.0>--<570.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<630.0,60.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<630.0,90.0>--<630.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<630.0,120.0>--<660.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,90.0>--<630.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,90.0>--<660.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,120.0>--<690.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,90.0>--<690.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,120.0>--<720.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,60.0>--<660.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<660.0,90.0>--<690.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<630.0,30.0>--<630.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<630.0,60.0>--<660.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,90.0>--<480.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,60.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<540.0,90.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,60.0>--<540.0,60.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<540.0,60.0>--<540.0,30.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<540.0,120.0>--<570.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,120.0>--<570.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<570.0,90.0>--<540.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,90.0>--<510.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<540.0,120.0>--<540.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,210.0>--<660.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,240.0>--<660.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,270.0>--<660.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,300.0>--<660.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,300.0>--<690.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,300.0>--<720.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,300.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,300.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,300.0>--<810.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,270.0>--<810.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,240.0>--<810.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<810.0,210.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,240.0>--<780.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,210.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,240.0>--<750.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,210.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,210.0>--<690.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,240.0>--<720.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,210.0>--<690.0,210.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,240.0>--<720.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,240.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,270.0>--<780.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,240.0>--<750.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,300.0>--<780.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,300.0>--<780.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,270.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,300.0>--<750.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,300.0>--<750.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,270.0>--<690.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,300.0>--<720.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,300.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,240.0>--<690.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,270.0>--<720.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,270.0>--<720.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,240.0>--<690.0,240.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,330.0>--<660.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,360.0>--<660.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,390.0>--<660.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,420.0>--<660.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,450.0>--<660.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,480.0>--<660.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,510.0>--<660.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,540.0>--<660.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,510.0>--<690.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,540.0>--<690.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,540.0>--<690.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,540.0>--<720.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,540.0>--<750.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,480.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,480.0>--<810.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,450.0>--<810.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,420.0>--<810.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,390.0>--<810.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,360.0>--<810.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<810.0,330.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,510.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<810.0,510.0>--<780.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,540.0>--<780.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<810.0,540.0>--<780.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,510.0>--<720.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,540.0>--<750.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,540.0>--<750.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,510.0>--<750.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,510.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,480.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,450.0>--<750.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,420.0>--<750.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,390.0>--<750.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,360.0>--<690.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,390.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,330.0>--<690.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,360.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,330.0>--<690.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,390.0>--<690.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,420.0>--<720.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,390.0>--<690.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,420.0>--<690.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,450.0>--<720.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,420.0>--<690.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,450.0>--<690.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,480.0>--<720.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,450.0>--<690.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,480.0>--<690.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<690.0,510.0>--<720.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,510.0>--<720.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,480.0>--<690.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,450.0>--<750.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,480.0>--<780.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,480.0>--<780.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,420.0>--<750.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,450.0>--<780.0,450.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,450.0>--<780.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,390.0>--<750.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,420.0>--<780.0,420.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,420.0>--<780.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,360.0>--<750.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,390.0>--<780.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,390.0>--<780.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,360.0>--<780.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,360.0>--<780.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<780.0,330.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,330.0>--<720.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<720.0,360.0>--<750.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,360.0>--<750.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<750.0,330.0>--<720.0,330.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,480.0>--<450.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,390.0>--<390.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,300.0>--<390.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,540.0>--<450.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,150.0>--<450.0,120.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,780.0>--<390.0,810.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,780.0>--<420.0,810.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,780.0>--<420.0,780.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,750.0>--<420.0,780.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,780.0>--<450.0,780.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,750.0>--<450.0,780.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,750.0>--<450.0,750.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,720.0>--<450.0,750.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,750.0>--<480.0,750.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,720.0>--<480.0,750.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,720.0>--<480.0,720.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,690.0>--<480.0,720.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,720.0>--<510.0,720.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,660.0>--<510.0,690.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,780.0>--<390.0,750.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,750.0>--<420.0,750.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,750.0>--<420.0,720.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,720.0>--<450.0,720.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,720.0>--<450.0,690.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,690.0>--<480.0,690.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,690.0>--<480.0,660.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,690.0>--<510.0,720.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<540.0,690.0>--<510.0,690.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,660.0>--<480.0,660.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,630.0>--<480.0,660.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<480.0,660.0>--<510.0,660.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,630.0>--<510.0,660.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<510.0,660.0>--<540.0,660.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,690.0>--<450.0,690.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<450.0,690.0>--<450.0,660.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,720.0>--<420.0,720.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<420.0,720.0>--<420.0,690.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * wgrave (U+1E81): L<<390.0,750.0>--<390.0,720.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,510.0>--<150.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,570.0>--<180.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,540.0>--<120.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,510.0>--<60.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,390.0>--<90.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,390.0>--<180.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,420.0>--<180.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,510.0>--<150.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,510.0>--<150.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,480.0>--<150.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,450.0>--<90.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,480.0>--<120.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,420.0>--<90.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,450.0>--<150.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,390.0>--<120.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,300.0>--<180.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,180.0>--<90.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,180.0>--<90.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,150.0>--<210.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,180.0>--<240.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,210.0>--<240.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,210.0>--<270.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<300.0,210.0>--<300.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,210.0>--<330.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,180.0>--<360.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,150.0>--<390.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,150.0>--<420.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,150.0>--<480.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,150.0>--<510.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,150.0>--<540.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,210.0>--<480.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,180.0>--<450.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,240.0>--<420.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,210.0>--<360.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,240.0>--<390.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,210.0>--<360.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,210.0>--<450.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,210.0>--<420.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,270.0>--<270.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<300.0,270.0>--<300.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,270.0>--<330.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,270.0>--<360.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,270.0>--<390.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,270.0>--<390.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,240.0>--<360.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,270.0>--<360.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,270.0>--<360.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,240.0>--<330.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<300.0,270.0>--<330.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,270.0>--<330.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,240.0>--<300.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,270.0>--<300.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<300.0,270.0>--<300.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<300.0,240.0>--<270.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,270.0>--<270.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,270.0>--<270.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,240.0>--<210.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,270.0>--<240.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,270.0>--<210.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,300.0>--<240.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,210.0>--<210.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,240.0>--<240.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,240.0>--<240.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,210.0>--<210.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,180.0>--<180.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,180.0>--<180.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,210.0>--<180.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,390.0>--<510.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<540.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<540.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<540.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,570.0>--<510.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,570.0>--<480.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,570.0>--<450.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,570.0>--<420.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,510.0>--<420.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,420.0>--<390.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,390.0>--<360.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,360.0>--<360.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,360.0>--<330.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<300.0,360.0>--<300.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,390.0>--<240.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,390.0>--<210.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,390.0>--<210.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,360.0>--<150.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,360.0>--<150.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,330.0>--<180.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,330.0>--<210.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,360.0>--<240.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,330.0>--<240.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,360.0>--<270.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,360.0>--<270.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,330.0>--<270.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,300.0>--<240.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,300.0>--<210.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,330.0>--<240.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,330.0>--<240.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<240.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,300.0>--<270.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<270.0,330.0>--<300.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<300.0,300.0>--<270.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<300.0,300.0>--<300.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<300.0,330.0>--<330.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,300.0>--<300.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,300.0>--<330.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<330.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,300.0>--<330.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,300.0>--<360.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,300.0>--<360.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,300.0>--<390.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,330.0>--<420.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,360.0>--<420.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,330.0>--<360.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<360.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,360.0>--<390.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,330.0>--<360.0,330.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,540.0>--<450.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,510.0>--<480.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,540.0>--<510.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,510.0>--<510.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,450.0>--<480.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,480.0>--<480.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,480.0>--<450.0,480.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,450.0>--<450.0,450.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,420.0>--<450.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,390.0>--<450.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,420.0>--<480.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,390.0>--<450.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,360.0>--<420.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,360.0>--<390.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,390.0>--<420.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * x (U+0078): L<<60.0,150.0>--<90.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,120.0>--<90.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,150.0>--<120.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,150.0>--<120.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,150.0>--<480.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,120.0>--<480.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,150.0>--<510.0,150.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,150.0>--<510.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,60.0>--<420.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<390.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,0.0>--<420.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,0.0>--<450.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,0.0>--<480.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,0.0>--<510.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<540.0,30.0>--<510.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<540.0,60.0>--<510.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,120.0>--<540.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<540.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,120.0>--<510.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,120.0>--<510.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,120.0>--<480.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,120.0>--<480.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,120.0>--<450.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,60.0>--<420.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,90.0>--<450.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,30.0>--<420.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<420.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,30.0>--<420.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,30.0>--<450.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,30.0>--<450.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,30.0>--<480.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,60.0>--<510.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,30.0>--<480.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,90.0>--<510.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,90.0>--<510.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<510.0,60.0>--<480.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,60.0>--<450.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<450.0,90.0>--<480.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,90.0>--<480.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<480.0,60.0>--<450.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<60.0,120.0>--<90.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<60.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<60.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,30.0>--<90.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<60.0,30.0>--<90.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,30.0>--<90.0,0.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,0.0>--<120.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,0.0>--<150.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,0.0>--<180.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,30.0>--<180.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<210.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,120.0>--<180.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,90.0>--<180.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,90.0>--<180.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,60.0>--<180.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,60.0>--<180.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<180.0,30.0>--<150.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,30.0>--<120.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,60.0>--<150.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,30.0>--<120.0,30.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,90.0>--<150.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,60.0>--<120.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,120.0>--<150.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,120.0>--<150.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<150.0,90.0>--<120.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,60.0>--<90.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,90.0>--<120.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,60.0>--<90.0,60.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,90.0>--<90.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<90.0,120.0>--<120.0,120.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,120.0>--<120.0,90.0>> has the same coordinates as a previous segment. * x (U+0078): L<<120.0,90.0>--<90.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * y (U+0079): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,0.0>--<270.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,-30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,0.0>--<300.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,-30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,0.0>--<240.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,0.0>--<240.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,0.0>--<210.0,0.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,0.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,0.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,-60.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<90.0,-150.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,-180.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,-180.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,-90.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,-150.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<120.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,-120.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,-150.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-120.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-150.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,-120.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,-30.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,-60.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,-60.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<270.0,-30.0>--<300.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,-30.0>--<240.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,-30.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<240.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-60.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-30.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,-30.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,-60.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<210.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<150.0,-60.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * y (U+0079): L<<180.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,0.0>--<270.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,-30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,0.0>--<300.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,-30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,0.0>--<240.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,0.0>--<240.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,0.0>--<210.0,0.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,0.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,0.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,-60.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<90.0,-150.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,-180.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,-180.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,-90.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,-150.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<120.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,-120.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,-150.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-120.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-150.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,-120.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,-30.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,-60.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,-60.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,-30.0>--<300.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,-30.0>--<240.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,-30.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-60.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-30.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,-30.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,-60.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,-90.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,-90.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<150.0,-60.0>--<180.0,-60.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-60.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<180.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,810.0>--<360.0,780.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,810.0>--<330.0,780.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,780.0>--<360.0,780.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,780.0>--<330.0,780.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,780.0>--<330.0,750.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,780.0>--<300.0,750.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,750.0>--<330.0,750.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,750.0>--<300.0,750.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,750.0>--<300.0,720.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,720.0>--<300.0,720.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,720.0>--<270.0,690.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,690.0>--<270.0,690.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,690.0>--<240.0,660.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,750.0>--<360.0,780.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,780.0>--<390.0,780.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,660.0>--<270.0,690.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,690.0>--<300.0,690.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,720.0>--<330.0,750.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,750.0>--<360.0,750.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,750.0>--<270.0,720.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,720.0>--<240.0,720.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,690.0>--<300.0,720.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,720.0>--<330.0,720.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,720.0>--<240.0,690.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,690.0>--<210.0,690.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<210.0,660.0>--<240.0,660.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,630.0>--<240.0,660.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<240.0,660.0>--<270.0,660.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,630.0>--<270.0,660.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<270.0,660.0>--<300.0,660.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,660.0>--<300.0,690.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<300.0,690.0>--<330.0,690.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,690.0>--<330.0,720.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<330.0,720.0>--<360.0,720.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,720.0>--<360.0,750.0>> has the same coordinates as a previous segment. * yacute (U+00FD): L<<360.0,750.0>--<390.0,750.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,540.0>--<90.0,570.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,540.0>--<120.0,570.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,540.0>--<150.0,570.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,510.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,510.0>--<210.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,540.0>--<180.0,570.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,540.0>--<180.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,480.0>--<210.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,450.0>--<210.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,420.0>--<210.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,390.0>--<210.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,360.0>--<210.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,330.0>--<210.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,300.0>--<210.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,270.0>--<210.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,240.0>--<210.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,240.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,210.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,210.0>--<90.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,210.0>--<60.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,240.0>--<60.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,270.0>--<60.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,300.0>--<60.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,300.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,330.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,540.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<60.0,540.0>--<90.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,540.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<60.0,510.0>--<90.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,510.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<60.0,480.0>--<90.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,480.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<60.0,450.0>--<90.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,450.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<60.0,420.0>--<90.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,420.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<60.0,390.0>--<90.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,390.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<60.0,360.0>--<90.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,360.0>--<90.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,330.0>--<60.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,390.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,420.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,420.0>--<120.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,450.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,450.0>--<120.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,480.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,480.0>--<120.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,510.0>--<120.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,540.0>--<150.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,540.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,510.0>--<120.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,390.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,420.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,390.0>--<180.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,390.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,420.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,450.0>--<180.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,420.0>--<150.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,450.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,480.0>--<180.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,450.0>--<150.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,480.0>--<150.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,510.0>--<180.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,510.0>--<180.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,480.0>--<150.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,300.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,330.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,330.0>--<120.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,360.0>--<120.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,390.0>--<150.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,390.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,360.0>--<120.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,330.0>--<150.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,360.0>--<180.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,360.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,300.0>--<150.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,330.0>--<180.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,330.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,300.0>--<180.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,300.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,240.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,210.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,300.0>--<150.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,300.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,270.0>--<90.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,300.0>--<120.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,300.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,240.0>--<90.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,270.0>--<120.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,270.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,210.0>--<90.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,240.0>--<120.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,240.0>--<120.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,210.0>--<90.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,240.0>--<150.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,270.0>--<180.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,270.0>--<180.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,240.0>--<150.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,180.0>--<120.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,180.0>--<120.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,150.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,180.0>--<150.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,210.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,180.0>--<150.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,180.0>--<180.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,210.0>--<210.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,180.0>--<210.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,180.0>--<240.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,150.0>--<180.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,180.0>--<210.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,180.0>--<210.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,150.0>--<240.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,150.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,120.0>--<150.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,150.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,120.0>--<180.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,150.0>--<210.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,120.0>--<210.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,150.0>--<240.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,120.0>--<240.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,150.0>--<270.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,120.0>--<270.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,120.0>--<300.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,120.0>--<330.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<360.0,120.0>--<360.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,120.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,120.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,120.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,150.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,180.0>--<420.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,150.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,180.0>--<390.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,150.0>--<360.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<360.0,180.0>--<360.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<360.0,150.0>--<330.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,180.0>--<360.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,180.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,180.0>--<390.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,180.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,180.0>--<420.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,180.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,180.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,180.0>--<510.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,150.0>--<450.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,180.0>--<480.0,180.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,180.0>--<480.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,150.0>--<450.0,150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,180.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,60.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,120.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,90.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,90.0>--<300.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,120.0>--<330.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,90.0>--<330.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,120.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,60.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,30.0>--<360.0,30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,30.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,0.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,30.0>--<270.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,60.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,30.0>--<270.0,30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,60.0>--<300.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,90.0>--<330.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,90.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,30.0>--<300.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,60.0>--<330.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,60.0>--<330.0,30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<330.0,30.0>--<300.0,30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<360.0,60.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<360.0,90.0>--<360.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<360.0,120.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,90.0>--<360.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,90.0>--<390.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,120.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,90.0>--<420.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,120.0>--<450.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,60.0>--<390.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<390.0,90.0>--<420.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<360.0,30.0>--<360.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<360.0,60.0>--<390.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,120.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,90.0>--<180.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,120.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,60.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,90.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,60.0>--<240.0,60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,60.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,120.0>--<270.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,120.0>--<270.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,90.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,90.0>--<210.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,120.0>--<240.0,120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,120.0>--<240.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,90.0>--<210.0,90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,210.0>--<390.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,240.0>--<390.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,270.0>--<390.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,300.0>--<390.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,300.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,300.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,300.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,300.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,300.0>--<540.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,270.0>--<540.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,240.0>--<540.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<540.0,210.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,240.0>--<510.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,210.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,240.0>--<480.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,210.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,210.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,240.0>--<450.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,210.0>--<420.0,210.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,240.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,240.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,270.0>--<510.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,240.0>--<480.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,300.0>--<510.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,300.0>--<510.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,270.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,300.0>--<480.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,300.0>--<480.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,270.0>--<420.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,300.0>--<450.0,300.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,300.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,240.0>--<420.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,270.0>--<450.0,270.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,270.0>--<450.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,240.0>--<420.0,240.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,330.0>--<390.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,360.0>--<390.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,390.0>--<390.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,420.0>--<390.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,450.0>--<390.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,480.0>--<390.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,510.0>--<390.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,540.0>--<390.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,510.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,540.0>--<420.0,570.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,540.0>--<420.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,540.0>--<450.0,570.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,540.0>--<480.0,570.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,480.0>--<510.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,480.0>--<540.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,450.0>--<540.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,420.0>--<540.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,390.0>--<540.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,360.0>--<540.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<540.0,330.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,510.0>--<510.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<540.0,510.0>--<510.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,540.0>--<510.0,570.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<540.0,540.0>--<510.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,510.0>--<450.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,540.0>--<480.0,540.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,540.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,510.0>--<480.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,510.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,480.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,450.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,420.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,390.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,360.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,390.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,330.0>--<420.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,360.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,330.0>--<420.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,390.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,420.0>--<450.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,390.0>--<420.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,420.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,450.0>--<450.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,420.0>--<420.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,450.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,480.0>--<450.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,450.0>--<420.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,480.0>--<420.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<420.0,510.0>--<450.0,510.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,510.0>--<450.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,480.0>--<420.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,450.0>--<480.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,480.0>--<510.0,480.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,480.0>--<510.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,420.0>--<480.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,450.0>--<510.0,450.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,450.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,390.0>--<480.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,420.0>--<510.0,420.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,420.0>--<510.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,360.0>--<480.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,390.0>--<510.0,390.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,390.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,360.0>--<510.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,360.0>--<510.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<510.0,330.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,330.0>--<450.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<450.0,360.0>--<480.0,360.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,360.0>--<480.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<480.0,330.0>--<450.0,330.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,0.0>--<210.0,30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,30.0>--<240.0,30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,30.0>--<240.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,0.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,-30.0>--<270.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,0.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,-30.0>--<300.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<300.0,0.0>--<330.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,0.0>--<240.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,0.0>--<240.0,-30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,0.0>--<210.0,0.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,0.0>--<210.0,-30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,0.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,-30.0>--<180.0,-30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,-30.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,-60.0>--<150.0,-60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,-60.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,-90.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,-120.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<90.0,-150.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,-180.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,-180.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,-150.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,-120.0>--<120.0,-90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,-90.0>--<150.0,-90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,-90.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,-150.0>--<120.0,-120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<120.0,-120.0>--<150.0,-120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,-120.0>--<150.0,-150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<150.0,-150.0>--<120.0,-150.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,-120.0>--<180.0,-90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,-150.0>--<180.0,-120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,-120.0>--<210.0,-120.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,-120.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,-90.0>--<210.0,-90.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,-90.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,-30.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,-60.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,-60.0>--<270.0,-30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<270.0,-30.0>--<300.0,-30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<210.0,-30.0>--<240.0,-30.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,-30.0>--<240.0,-60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<240.0,-60.0>--<210.0,-60.0>> has the same coordinates as a previous segment. * ycircumflex (U+0177): L<<180.0,-60.0>--<180.0,-30.0>>